Html Css Color HEX #B0DF56 Conifer

📋 copy color: '#B0DF56'

red 176 ◦ green 223 ◦ blue 86

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

Shades of Conifer #B0DF56

Tints of Conifer #B0DF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.73%

R = 36.29%
G = 45.98%
B = 17.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#B0DF56 (or 0xB0DF56) is known color: Conifer. HEX triplet: B0, DF and 56. RGB value is (176,223,86). Sum of RGB (Red+Green+Blue) = 176+223+86=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF56 is #4F20A9. Grayscale: #C1C1C1. Windows color (decimal): -5185706 or 5693360. OLE color: 5693360.

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

Color convert

RGB 176 223 86 -
CMYK 0.21 0 0.61 0.13
HSL 80.58º 0.68% 0.61% -
HSV(B) 80.58º 0.61% 0.87% -
XYZ 45.97 62.68 18.48 -
YUV 193.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 176 223 86 0.21 0 0.61 0.13 80.58 0.68 0.61
Hex B0 DF 56 15 0 3D D 51 44 3D
Octal 260 337 126 25 0 75 15 121 104 75
Binary 10110000 11011111 1010110 10101 0 111101 1101 1010001 1000100 111101

Color Harmonies of #B0DF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DF56

Black with #B0DF56

Text Example


Text Example

White with #B0DF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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