#B0ED5D

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

Shades of Conifer #B0ED5D

Tints of Conifer #B0ED5D

Color information

#B0ED5D (or 0xB0ED5D) is unknown color: approx Conifer. HEX triplet: B0, ED and 5D. RGB value is (176,237,93). Sum of RGB (Red+Green+Blue) = 176+237+93=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED5D is #4F12A2. Grayscale: #CACACA. Windows color (decimal): -5182115 or 6155696. OLE color: 6155696.

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

Color convert

RGB17623793-
CMYK0.2600.610.07
HSL85.42º80%64.71%-
HSV(B)85.42º60.76%92.94%-
XYZ50.1670.5921.34-
YUV202.3466.29109.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 237 (92.97% from 255) = 46.84%
BLUE value IS 93 (36.72% from 255) = 18.38%
R=34.78%
G=46.84%
B=18.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176237930.2600.610.0785.428064.71
HexB0ED5D1A03D7555041
Octal260355135320757125120101
Binary10110000111011011011101110100111101111101010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ED5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ED5D; }

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

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

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

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

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

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

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

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