#D5EC8A

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

Shades of Sulu #D5EC8A

Tints of Sulu #D5EC8A

Color information

#D5EC8A (or 0xD5EC8A) is unknown color: approx Sulu. HEX triplet: D5, EC and 8A. RGB value is (213,236,138). Sum of RGB (Red+Green+Blue) = 213+236+138=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 138 (54.30% from 255 or 23.51% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #D5EC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EC8A is #2A1375. Grayscale: #DADADA. Windows color (decimal): -2757494 or 9104597. OLE color: 9104597.

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

Color convert

RGB213236138-
CMYK0.1000.420.07
HSL74.08º72.06%73.33%-
HSV(B)74.08º41.53%92.55%-
XYZ62.0275.9735.44-
YUV217.9582.88124.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.29%
GREEN value IS 236 (92.58% from 255) = 40.20%
BLUE value IS 138 (54.30% from 255) = 23.51%
R=36.29%
G=40.20%
B=23.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132361380.1000.420.0774.0872.0673.33
HexD5EC8AA02A74a4849
Octal325354212120527112110111
Binary11010101111011001000101010100101010111100101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EC8A; }

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

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

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

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

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

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

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

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