Html Css Color HEX #D4E186 Deco

📋 copy color: '#D4E186'

red 212 ◦ green 225 ◦ blue 134

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

Shades of Deco #D4E186

Tints of Deco #D4E186

RGB

 RED value IS 212 (83.2% from 255) = 37.13%

 GREEN value IS 225 (88.28% from 255) = 39.4%

 BLUE value IS 134 (52.73% from 255) = 23.47%

R = 37.13%
G = 39.4%
B = 23.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#D4E186 (or 0xD4E186) is known color: Deco. HEX triplet: D4, E1 and 86. RGB value is (212,225,134). Sum of RGB (Red+Green+Blue) = 212+225+134=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E186 is #2B1E79. Grayscale: #D3D3D3. Windows color (decimal): -2825850 or 8839636. OLE color: 8839636.

HSL color Cylindrical-coordinate representation of color #D4E186: hue angle of 68.57º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4E186 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 225 134 -
CMYK 0.06 0 0.40 0.12
HSL 68.57º 0.6% 0.7% -
HSV(B) 68.57º 0.4% 0.88% -
XYZ 58.38 69.57 32.91 -
YUV 210.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 212 225 134 0.06 0 0.40 0.12 68.57 0.6 0.7
Hex D4 E1 86 6 0 28 C 45 3C 46
Octal 324 341 206 6 0 50 14 105 74 106
Binary 11010100 11100001 10000110 110 0 101000 1100 1000101 111100 1000110

Color Harmonies of #D4E186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E186

Black with #D4E186

Text Example


Text Example

White with #D4E186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E186; }

 p { color: rgb(212,225,134); }

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

background-color css

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

 a { background-color: rgb(212,225,134); }

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

border-color css

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

 span { border-color: rgb(212,225,134); }

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