Html Css Color HEX #B5DB60 Conifer

📋 copy color: '#B5DB60'

red 181 ◦ green 219 ◦ blue 96

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

Shades of Conifer #B5DB60

Tints of Conifer #B5DB60

RGB

 RED value IS 181 (71.09% from 255) = 36.49%

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

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

R = 36.49%
G = 44.15%
B = 19.35%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#B5DB60 (or 0xB5DB60) is known color: Conifer. HEX triplet: B5, DB and 60. RGB value is (181,219,96). Sum of RGB (Red+Green+Blue) = 181+219+96=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 96 (37.89% from 255 or 19.35% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DB60 is #4A249F. Grayscale: #C2C2C2. Windows color (decimal): -4859040 or 6347701. OLE color: 6347701.

HSL color Cylindrical-coordinate representation of color #B5DB60: hue angle of 78.54º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5DB60 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 219 96 -
CMYK 0.17 0 0.56 0.14
HSL 78.54º 0.63% 0.62% -
HSV(B) 78.54º 0.56% 0.86% -
XYZ 46.5 61.33 20.45 -
YUV 193.62 72.91 119 -
System Red Green Blue C M Y K H S L
Decimal 181 219 96 0.17 0 0.56 0.14 78.54 0.63 0.62
Hex B5 DB 60 11 0 38 E 4F 3F 3E
Octal 265 333 140 21 0 70 16 117 77 76
Binary 10110101 11011011 1100000 10001 0 111000 1110 1001111 111111 111110

Color Harmonies of #B5DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DB60

Black with #B5DB60

Text Example


Text Example

White with #B5DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DB60; }

 p { color: rgb(181,219,96); }

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

background-color css

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

 a { background-color: rgb(181,219,96); }

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

border-color css

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

 span { border-color: rgb(181,219,96); }

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