Html Css Color HEX #B0DB57 Conifer

📋 copy color: '#B0DB57'

red 176 ◦ green 219 ◦ blue 87

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

Shades of Conifer #B0DB57

Tints of Conifer #B0DB57

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 87 (34.38% from 255) = 18.05%

R = 36.51%
G = 45.44%
B = 18.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#B0DB57 (or 0xB0DB57) is known color: Conifer. HEX triplet: B0, DB and 57. RGB value is (176,219,87). Sum of RGB (Red+Green+Blue) = 176+219+87=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 87 (34.38% from 255 or 18.05% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB57 is #4F24A8. Grayscale: #BFBFBF. Windows color (decimal): -5186729 or 5757872. OLE color: 5757872.

HSL color Cylindrical-coordinate representation of color #B0DB57: hue angle of 79.55º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0DB57 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 219 87 -
CMYK 0.20 0 0.60 0.14
HSL 79.55º 0.65% 0.6% -
HSV(B) 79.55º 0.6% 0.86% -
XYZ 44.96 60.58 18.34 -
YUV 191.1 69.25 117.23 -
System Red Green Blue C M Y K H S L
Decimal 176 219 87 0.20 0 0.60 0.14 79.55 0.65 0.6
Hex B0 DB 57 14 0 3C E 50 41 3C
Octal 260 333 127 24 0 74 16 120 101 74
Binary 10110000 11011011 1010111 10100 0 111100 1110 1010000 1000001 111100

Color Harmonies of #B0DB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DB57

Black with #B0DB57

Text Example


Text Example

White with #B0DB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DB57; }

 p { color: rgb(176,219,87); }

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

background-color css

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

 a { background-color: rgb(176,219,87); }

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

border-color css

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

 span { border-color: rgb(176,219,87); }

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