Html Css Color HEX #B0DA57 Conifer

📋 copy color: '#B0DA57'

red 176 ◦ green 218 ◦ blue 87

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

Shades of Conifer #B0DA57

Tints of Conifer #B0DA57

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 36.59%
G = 45.32%
B = 18.09%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#B0DA57 (or 0xB0DA57) is known color: Conifer. HEX triplet: B0, DA and 57. RGB value is (176,218,87). Sum of RGB (Red+Green+Blue) = 176+218+87=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 87 (34.38% from 255 or 18.09% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA57 is #4F25A8. Grayscale: #BEBEBE. Windows color (decimal): -5186985 or 5757616. OLE color: 5757616.

HSL color Cylindrical-coordinate representation of color #B0DA57: hue angle of 79.24º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0DA57 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 218 87 -
CMYK 0.19 0 0.60 0.15
HSL 79.24º 0.64% 0.6% -
HSV(B) 79.24º 0.6% 0.85% -
XYZ 44.7 60.06 18.25 -
YUV 190.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 176 218 87 0.19 0 0.60 0.15 79.24 0.64 0.6
Hex B0 DA 57 13 0 3C F 4F 40 3C
Octal 260 332 127 23 0 74 17 117 100 74
Binary 10110000 11011010 1010111 10011 0 111100 1111 1001111 1000000 111100

Color Harmonies of #B0DA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA57

Black with #B0DA57

Text Example


Text Example

White with #B0DA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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