#D5E88A

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

Shades of Sulu #D5E88A

Tints of Sulu #D5E88A

Color information

#D5E88A (or 0xD5E88A) is unknown color: approx Sulu. HEX triplet: D5, E8 and 8A. RGB value is (213,232,138). Sum of RGB (Red+Green+Blue) = 213+232+138=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E88A is #2A1775. Grayscale: #D7D7D7. Windows color (decimal): -2758518 or 9103573. OLE color: 9103573.

HSL color Cylindrical-coordinate representation of color #D5E88A: hue angle of 72.13º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5E88A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB213232138-
CMYK0.0800.410.09
HSL72.13º67.14%72.55%-
HSV(B)72.13º40.52%90.98%-
XYZ60.8873.6935.06-
YUV215.684.21126.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 232 (91.02% from 255) = 39.79%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=36.54%
G=39.79%
B=23.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132321380.0800.410.0972.1367.1472.55
HexD5E88A80299484349
Octal3253502121005111110103111
Binary110101011110100010001010100001010011001100100010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E88A; }

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

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

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

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

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

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

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

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