Html Css Color HEX #B5DB40 Conifer

📋 copy color: '#B5DB40'

red 181 ◦ green 219 ◦ blue 64

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

Shades of Conifer #B5DB40

Tints of Conifer #B5DB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.79%

R = 39.01%
G = 47.2%
B = 13.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#B5DB40 (or 0xB5DB40) is known color: Conifer. HEX triplet: B5, DB and 40. RGB value is (181,219,64). Sum of RGB (Red+Green+Blue) = 181+219+64=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 64 (25.39% from 255 or 13.79% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB40 is #4A24BF. Grayscale: #BEBEBE. Windows color (decimal): -4859072 or 4250549. OLE color: 4250549.

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

Color convert

RGB 181 219 64 -
CMYK 0.17 0 0.71 0.14
HSL 74.71º 0.68% 0.55% -
HSV(B) 74.71º 0.71% 0.86% -
XYZ 45.31 60.86 14.21 -
YUV 189.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 181 219 64 0.17 0 0.71 0.14 74.71 0.68 0.55
Hex B5 DB 40 11 0 47 E 4B 44 37
Octal 265 333 100 21 0 107 16 113 104 67
Binary 10110101 11011011 1000000 10001 0 1000111 1110 1001011 1000100 110111

Color Harmonies of #B5DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DB40

Black with #B5DB40

Text Example


Text Example

White with #B5DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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