#D4EC8C

Color #D4EC8C Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #D4EC8C

Tints of Sulu #D4EC8C

Color information

#D4EC8C (or 0xD4EC8C) is unknown color: approx Sulu. HEX triplet: D4, EC and 8C. RGB value is (212,236,140). Sum of RGB (Red+Green+Blue) = 212+236+140=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EC8C is #2B1373. Grayscale: #DADADA. Windows color (decimal): -2823028 or 9235668. OLE color: 9235668.

HSL color Cylindrical-coordinate representation of color #D4EC8C: hue angle of 75º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D4EC8C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB212236140-
CMYK0.1000.410.07
HSL75º71.64%73.73%-
HSV(B)75º40.68%92.55%-
XYZ61.8875.8836.2-
YUV217.8884.05123.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 236 (92.58% from 255) = 40.14%
BLUE value IS 140 (55.08% from 255) = 23.81%
R=36.05%
G=40.14%
B=23.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122361400.1000.410.077571.6473.73
HexD4EC8CA02974b484a
Octal324354214120517113110112
Binary11010100111011001000110010100101001111100101110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EC8C; }

 p { color: rgb(212,236,140); }

 H1.HeaderClassName
 {
   color: #D4EC8C;
 }
 .AnyTagClassName
 {
   color: #D4EC8C;
 }
</style>
background-color css

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

 a { background-color: rgb(212,236,140); }

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

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

 span { border-color: rgb(212,236,140); }

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