Html Css Color HEX #B4DE42 Conifer

📋 copy color: '#B4DE42'

red 180 ◦ green 222 ◦ blue 66

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

Shades of Conifer #B4DE42

Tints of Conifer #B4DE42

RGB

 RED value IS 180 (70.7% from 255) = 38.46%

 GREEN value IS 222 (87.11% from 255) = 47.44%

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

R = 38.46%
G = 47.44%
B = 14.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#B4DE42 (or 0xB4DE42) is known color: Conifer. HEX triplet: B4, DE and 42. RGB value is (180,222,66). Sum of RGB (Red+Green+Blue) = 180+222+66=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DE42 is #4B21BD. Grayscale: #C0C0C0. Windows color (decimal): -4923838 or 4382388. OLE color: 4382388.

HSL color Cylindrical-coordinate representation of color #B4DE42: hue angle of 76.15º 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 #B4DE42 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 222 66 -
CMYK 0.19 0 0.70 0.13
HSL 76.15º 0.7% 0.56% -
HSV(B) 76.15º 0.7% 0.87% -
XYZ 45.93 62.34 14.77 -
YUV 191.66 57.09 119.68 -
System Red Green Blue C M Y K H S L
Decimal 180 222 66 0.19 0 0.70 0.13 76.15 0.7 0.56
Hex B4 DE 42 13 0 46 D 4C 46 38
Octal 264 336 102 23 0 106 15 114 106 70
Binary 10110100 11011110 1000010 10011 0 1000110 1101 1001100 1000110 111000

Color Harmonies of #B4DE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DE42

Black with #B4DE42

Text Example


Text Example

White with #B4DE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DE42; }

 p { color: rgb(180,222,66); }

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

background-color css

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

 a { background-color: rgb(180,222,66); }

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

border-color css

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

 span { border-color: rgb(180,222,66); }

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