#D5EC8C

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

Shades of Sulu #D5EC8C

Tints of Sulu #D5EC8C

Color information

#D5EC8C (or 0xD5EC8C) is unknown color: approx Sulu. HEX triplet: D5, EC and 8C. RGB value is (213,236,140). Sum of RGB (Red+Green+Blue) = 213+236+140=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EC8C is #2A1373. Grayscale: #DADADA. Windows color (decimal): -2757492 or 9235669. OLE color: 9235669.

HSL color Cylindrical-coordinate representation of color #D5EC8C: hue angle of 74.38º 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 #D5EC8C is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB213236140-
CMYK0.1000.410.07
HSL74.38º71.64%73.73%-
HSV(B)74.38º40.68%92.55%-
XYZ62.1776.0336.21-
YUV218.1883.88124.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 236 (92.58% from 255) = 40.07%
BLUE value IS 140 (55.08% from 255) = 23.77%
R=36.16%
G=40.07%
B=23.77%

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
Decimal2132361400.1000.410.0774.3871.6473.73
HexD5EC8CA02974a484a
Octal325354214120517112110112
Binary11010101111011001000110010100101001111100101010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EC8C; }

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

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

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

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

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

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

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

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