Html Css Color HEX #B4DF42 Conifer

📋 copy color: '#B4DF42'

red 180 ◦ green 223 ◦ blue 66

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

Shades of Conifer #B4DF42

Tints of Conifer #B4DF42

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.55%

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

R = 38.38%
G = 47.55%
B = 14.07%

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

#B4DF42 (or 0xB4DF42) is known color: Conifer. HEX triplet: B4, DF and 42. RGB value is (180,223,66). Sum of RGB (Red+Green+Blue) = 180+223+66=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF42 is #4B20BD. Grayscale: #C0C0C0. Windows color (decimal): -4923582 or 4382644. OLE color: 4382644.

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

Color convert

RGB 180 223 66 -
CMYK 0.19 0 0.70 0.13
HSL 76.43º 0.71% 0.57% -
HSV(B) 76.43º 0.7% 0.87% -
XYZ 46.19 62.87 14.86 -
YUV 192.25 56.75 119.27 -
System Red Green Blue C M Y K H S L
Decimal 180 223 66 0.19 0 0.70 0.13 76.43 0.71 0.57
Hex B4 DF 42 13 0 46 D 4C 47 39
Octal 264 337 102 23 0 106 15 114 107 71
Binary 10110100 11011111 1000010 10011 0 1000110 1101 1001100 1000111 111001

Color Harmonies of #B4DF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF42

Black with #B4DF42

Text Example


Text Example

White with #B4DF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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