Html Css Color HEX #B0DD60 Conifer

📋 copy color: '#B0DD60'

red 176 ◦ green 221 ◦ blue 96

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

Shades of Conifer #B0DD60

Tints of Conifer #B0DD60

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 96 (37.89% from 255) = 19.47%

R = 35.7%
G = 44.83%
B = 19.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#B0DD60 (or 0xB0DD60) is known color: Conifer. HEX triplet: B0, DD and 60. RGB value is (176,221,96). Sum of RGB (Red+Green+Blue) = 176+221+96=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD60 is #4F229F. Grayscale: #C1C1C1. Windows color (decimal): -5186208 or 6348208. OLE color: 6348208.

HSL color Cylindrical-coordinate representation of color #B0DD60: hue angle of 81.6º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0DD60 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 96 -
CMYK 0.20 0 0.57 0.13
HSL 81.6º 0.65% 0.62% -
HSV(B) 81.6º 0.57% 0.87% -
XYZ 45.87 61.79 20.57 -
YUV 193.3 73.09 115.66 -
System Red Green Blue C M Y K H S L
Decimal 176 221 96 0.20 0 0.57 0.13 81.6 0.65 0.62
Hex B0 DD 60 14 0 39 D 52 41 3E
Octal 260 335 140 24 0 71 15 122 101 76
Binary 10110000 11011101 1100000 10100 0 111001 1101 1010010 1000001 111110

Color Harmonies of #B0DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD60

Black with #B0DD60

Text Example


Text Example

White with #B0DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD60; }

 p { color: rgb(176,221,96); }

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

background-color css

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

 a { background-color: rgb(176,221,96); }

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

border-color css

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

 span { border-color: rgb(176,221,96); }

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