#b0ef49

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

Shades of Conifer #B0EF49

Tints of Conifer #B0EF49

Color information

#B0EF49 (or 0xB0EF49) is unknown color: approx Conifer. HEX triplet: B0, EF and 49. RGB value is (176,239,73). Sum of RGB (Red+Green+Blue) = 176+239+73=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF49 is #4F10B6. Grayscale: #C9C9C9. Windows color (decimal): -5181623 or 4845488. OLE color: 4845488.

HSL color Cylindrical-coordinate representation of color #B0EF49: hue angle of 82.77º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0EF49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB17623973-
CMYK0.2600.690.06
HSL82.77º83.84%61.18%-
HSV(B)82.77º69.46%93.73%-
XYZ49.9771.4417.46-
YUV201.2455.63110-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.07%
GREEN value IS 239 (93.75% from 255) = 48.98%
BLUE value IS 73 (28.91% from 255) = 14.96%
R=36.07%
G=48.98%
B=14.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176239730.2600.690.0682.7783.8461.18
HexB0EF491A045653543d
Octal260357111320105612312475
Binary10110000111011111001001110100100010111010100111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0ef49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0ef49; }

 p { color: rgb(176,239,73); }

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

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

 a { background-color: rgb(176,239,73); }

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

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

 span { border-color: rgb(176,239,73); }

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