Html Css Color HEX #B0DF5E Conifer

📋 copy color: '#B0DF5E'

red 176 ◦ green 223 ◦ blue 94

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

Shades of Conifer #B0DF5E

Tints of Conifer #B0DF5E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 35.7%
G = 45.23%
B = 19.07%

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

#B0DF5E (or 0xB0DF5E) is known color: Conifer. HEX triplet: B0, DF and 5E. RGB value is (176,223,94). Sum of RGB (Red+Green+Blue) = 176+223+94=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF5E is #4F20A1. Grayscale: #C2C2C2. Windows color (decimal): -5185698 or 6217648. OLE color: 6217648.

HSL color Cylindrical-coordinate representation of color #B0DF5E: hue angle of 81.86º degrees, saturation: 0.67, 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 #B0DF5E is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 94 -
CMYK 0.21 0 0.58 0.13
HSL 81.86º 0.67% 0.62% -
HSV(B) 81.86º 0.58% 0.87% -
XYZ 46.31 62.81 20.27 -
YUV 194.24 71.43 114.99 -
System Red Green Blue C M Y K H S L
Decimal 176 223 94 0.21 0 0.58 0.13 81.86 0.67 0.62
Hex B0 DF 5E 15 0 3A D 52 43 3E
Octal 260 337 136 25 0 72 15 122 103 76
Binary 10110000 11011111 1011110 10101 0 111010 1101 1010010 1000011 111110

Color Harmonies of #B0DF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF5E

Black with #B0DF5E

Text Example


Text Example

White with #B0DF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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