#B0ED51

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

Shades of Conifer #B0ED51

Tints of Conifer #B0ED51

Color information

#B0ED51 (or 0xB0ED51) is unknown color: approx Conifer. HEX triplet: B0, ED and 51. RGB value is (176,237,81). Sum of RGB (Red+Green+Blue) = 176+237+81=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED51 is #4F12AE. Grayscale: #C9C9C9. Windows color (decimal): -5182127 or 5369264. OLE color: 5369264.

HSL color Cylindrical-coordinate representation of color #B0ED51: hue angle of 83.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0ED51 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB17623781-
CMYK0.2600.660.07
HSL83.46º81.25%62.35%-
HSV(B)83.46º65.82%92.94%-
XYZ49.6770.3918.75-
YUV200.9860.29110.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.63%
GREEN value IS 237 (92.97% from 255) = 47.98%
BLUE value IS 81 (32.03% from 255) = 16.40%
R=35.63%
G=47.98%
B=16.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176237810.2600.660.0783.4681.2562.35
HexB0ED511A042753513e
Octal260355121320102712312176
Binary10110000111011011010001110100100001011110100111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ED51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ED51; }

 p { color: rgb(176,237,81); }

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

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

 a { background-color: rgb(176,237,81); }

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

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

 span { border-color: rgb(176,237,81); }

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