Html Css Color HEX #B4DD6E Conifer

📋 copy color: '#B4DD6E'

red 180 ◦ green 221 ◦ blue 110

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

Shades of Conifer #B4DD6E

Tints of Conifer #B4DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 35.23%
G = 43.25%
B = 21.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#B4DD6E (or 0xB4DD6E) is known color: Conifer. HEX triplet: B4, DD and 6E. RGB value is (180,221,110). Sum of RGB (Red+Green+Blue) = 180+221+110=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DD6E is #4B2291. Grayscale: #C4C4C4. Windows color (decimal): -4924050 or 7265716. OLE color: 7265716.

HSL color Cylindrical-coordinate representation of color #B4DD6E: hue angle of 82.16º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4DD6E is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 221 110 -
CMYK 0.19 0 0.50 0.13
HSL 82.16º 0.62% 0.65% -
HSV(B) 82.16º 0.5% 0.87% -
XYZ 47.49 62.54 24.32 -
YUV 196.09 79.42 116.53 -
System Red Green Blue C M Y K H S L
Decimal 180 221 110 0.19 0 0.50 0.13 82.16 0.62 0.65
Hex B4 DD 6E 13 0 32 D 52 3E 41
Octal 264 335 156 23 0 62 15 122 76 101
Binary 10110100 11011101 1101110 10011 0 110010 1101 1010010 111110 1000001

Color Harmonies of #B4DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DD6E

Black with #B4DD6E

Text Example


Text Example

White with #B4DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DD6E; }

 p { color: rgb(180,221,110); }

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

background-color css

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

 a { background-color: rgb(180,221,110); }

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

border-color css

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

 span { border-color: rgb(180,221,110); }

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