#B0EF47

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

Shades of Conifer #B0EF47

Tints of Conifer #B0EF47

Color information

#B0EF47 (or 0xB0EF47) is unknown color: approx Conifer. HEX triplet: B0, EF and 47. RGB value is (176,239,71). Sum of RGB (Red+Green+Blue) = 176+239+71=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 71 (28.12% from 255 or 14.61% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EF47 is #4F10B8. Grayscale: #C9C9C9. Windows color (decimal): -5181625 or 4714416. OLE color: 4714416.

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

Color convert

RGB17623971-
CMYK0.2600.700.06
HSL82.5º84%60.78%-
HSV(B)82.5º70.29%93.73%-
XYZ49.9171.4217.12-
YUV201.0154.63110.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 239 (93.75% from 255) = 49.18%
BLUE value IS 71 (28.12% from 255) = 14.61%
R=36.21%
G=49.18%
B=14.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal176239710.2600.700.0682.58460.78
HexB0EF471A046652543d
Octal260357107320106612212475
Binary10110000111011111000111110100100011011010100101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EF47; }

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

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

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

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

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

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

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

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