Html Css Color HEX #B0DE5E Conifer

📋 copy color: '#B0DE5E'

red 176 ◦ green 222 ◦ blue 94

#B0DE5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B0DE5E

Tints of Conifer #B0DE5E

RGB

 RED value IS 176 (69.14% from 255) = 35.77%

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 35.77%
G = 45.12%
B = 19.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#B0DE5E (or 0xB0DE5E) is known color: Conifer. HEX triplet: B0, DE and 5E. RGB value is (176,222,94). Sum of RGB (Red+Green+Blue) = 176+222+94=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DE5E is #4F21A1. Grayscale: #C2C2C2. Windows color (decimal): -5185954 or 6217392. OLE color: 6217392.

HSL color Cylindrical-coordinate representation of color #B0DE5E: hue angle of 81.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0DE5E is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 94 -
CMYK 0.21 0 0.58 0.13
HSL 81.56º 0.66% 0.62% -
HSV(B) 81.56º 0.58% 0.87% -
XYZ 46.05 62.28 20.18 -
YUV 193.65 71.76 115.41 -
System Red Green Blue C M Y K H S L
Decimal 176 222 94 0.21 0 0.58 0.13 81.56 0.66 0.62
Hex B0 DE 5E 15 0 3A D 52 42 3E
Octal 260 336 136 25 0 72 15 122 102 76
Binary 10110000 11011110 1011110 10101 0 111010 1101 1010010 1000010 111110

Color Harmonies of #B0DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DE5E

Black with #B0DE5E

Text Example


Text Example

White with #B0DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DE5E; }

 p { color: rgb(176,222,94); }

 H1.HeaderClassName
 {
   color: #B0DE5E;
 }
 .AnyTagClassName
 {
   color: #B0DE5E;
 }
</style>

background-color css

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

 a { background-color: rgb(176,222,94); }

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

border-color css

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

 span { border-color: rgb(176,222,94); }

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