#b0dc74

Color #B0DC74 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #B0DC74

Tints of Feijoa #B0DC74

Color information

#B0DC74 (or 0xB0DC74) is unknown color: approx Feijoa. HEX triplet: B0, DC and 74. RGB value is (176,220,116). Sum of RGB (Red+Green+Blue) = 176+220+116=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC74 is #4F238B. Grayscale: #C3C3C3. Windows color (decimal): -5186444 or 7658672. OLE color: 7658672.

HSL color Cylindrical-coordinate representation of color #B0DC74: hue angle of 85.38º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0DC74 is Cyan = 0.2, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB176220116-
CMYK0.200.470.14
HSL85.38º59.77%65.88%-
HSV(B)85.38º47.27%86.27%-
XYZ46.6561.6825.97-
YUV194.9983.42114.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 34.38%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=34.38%
G=42.97%
B=22.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1762201160.200.470.1485.3859.7765.88
HexB0DC741402FE553c42
Octal260334164240571612574102
Binary10110000110111001110100101000101111111010101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0dc74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0dc74; }

 p { color: rgb(176,220,116); }

 H1.HeaderClassName
 {
   color: #b0dc74;
 }
 .AnyTagClassName
 {
   color: #b0dc74;
 }
</style>
background-color css

<style>
 a { background-color: #b0dc74; }

 a { background-color: rgb(176,220,116); }

 div.DivClassName
 {
   background-color: #b0dc74;
 }
 .BgClassName
 {
   background-color: #b0dc74;
 }
</style>
border-color css

<style>
 span { border-color: #b0dc74; }

 span { border-color: rgb(176,220,116); }

 td.TdClassName
 {
   border-color: #b0dc74;
 }
 .TagClassName
 {
   border-color: #b0dc74;
 }
</style>