Html Css Color HEX #B0DC57 Conifer

📋 copy color: '#B0DC57'

red 176 ◦ green 220 ◦ blue 87

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

Shades of Conifer #B0DC57

Tints of Conifer #B0DC57

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 36.44%
G = 45.55%
B = 18.01%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#B0DC57 (or 0xB0DC57) is known color: Conifer. HEX triplet: B0, DC and 57. RGB value is (176,220,87). Sum of RGB (Red+Green+Blue) = 176+220+87=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DC57 is #4F23A8. Grayscale: #C0C0C0. Windows color (decimal): -5186473 or 5758128. OLE color: 5758128.

HSL color Cylindrical-coordinate representation of color #B0DC57: hue angle of 79.85º degrees, saturation: 0.66, 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 #B0DC57 is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 87 -
CMYK 0.2 0 0.60 0.14
HSL 79.85º 0.66% 0.6% -
HSV(B) 79.85º 0.6% 0.86% -
XYZ 45.22 61.1 18.43 -
YUV 191.68 68.92 116.81 -
System Red Green Blue C M Y K H S L
Decimal 176 220 87 0.2 0 0.60 0.14 79.85 0.66 0.6
Hex B0 DC 57 14 0 3C E 50 42 3C
Octal 260 334 127 24 0 74 16 120 102 74
Binary 10110000 11011100 1010111 10100 0 111100 1110 1010000 1000010 111100

Color Harmonies of #B0DC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DC57

Black with #B0DC57

Text Example


Text Example

White with #B0DC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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