Html Css Color HEX #B5DD42 Conifer

📋 copy color: '#B5DD42'

red 181 ◦ green 221 ◦ blue 66

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

Shades of Conifer #B5DD42

Tints of Conifer #B5DD42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.1%

R = 38.68%
G = 47.22%
B = 14.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#B5DD42 (or 0xB5DD42) is known color: Conifer. HEX triplet: B5, DD and 42. RGB value is (181,221,66). Sum of RGB (Red+Green+Blue) = 181+221+66=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD42 is #4A22BD. Grayscale: #BFBFBF. Windows color (decimal): -4858558 or 4382133. OLE color: 4382133.

HSL color Cylindrical-coordinate representation of color #B5DD42: hue angle of 75.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5DD42 is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 66 -
CMYK 0.18 0 0.70 0.13
HSL 75.48º 0.7% 0.56% -
HSV(B) 75.48º 0.7% 0.87% -
XYZ 45.9 61.93 14.69 -
YUV 191.37 57.25 120.6 -
System Red Green Blue C M Y K H S L
Decimal 181 221 66 0.18 0 0.70 0.13 75.48 0.7 0.56
Hex B5 DD 42 12 0 46 D 4B 46 38
Octal 265 335 102 22 0 106 15 113 106 70
Binary 10110101 11011101 1000010 10010 0 1000110 1101 1001011 1000110 111000

Color Harmonies of #B5DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD42

Black with #B5DD42

Text Example


Text Example

White with #B5DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD42; }

 p { color: rgb(181,221,66); }

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

background-color css

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

 a { background-color: rgb(181,221,66); }

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

border-color css

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

 span { border-color: rgb(181,221,66); }

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