Html Css Color HEX #B5DB45 Conifer

📋 copy color: '#B5DB45'

red 181 ◦ green 219 ◦ blue 69

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

Shades of Conifer #B5DB45

Tints of Conifer #B5DB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.71%

R = 38.59%
G = 46.7%
B = 14.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B5DB45 (or 0xB5DB45) is known color: Conifer. HEX triplet: B5, DB and 45. RGB value is (181,219,69). Sum of RGB (Red+Green+Blue) = 181+219+69=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DB45 is #4A24BA. Grayscale: #BFBFBF. Windows color (decimal): -4859067 or 4578229. OLE color: 4578229.

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

Color convert

RGB 181 219 69 -
CMYK 0.17 0 0.68 0.14
HSL 75.2º 0.68% 0.56% -
HSV(B) 75.2º 0.68% 0.86% -
XYZ 45.46 60.92 14.99 -
YUV 190.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 181 219 69 0.17 0 0.68 0.14 75.2 0.68 0.56
Hex B5 DB 45 11 0 44 E 4B 44 38
Octal 265 333 105 21 0 104 16 113 104 70
Binary 10110101 11011011 1000101 10001 0 1000100 1110 1001011 1000100 111000

Color Harmonies of #B5DB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DB45

Black with #B5DB45

Text Example


Text Example

White with #B5DB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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