#D5E388

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

Shades of Sulu #D5E388

Tints of Sulu #D5E388

Color information

#D5E388 (or 0xD5E388) is unknown color: approx Sulu. HEX triplet: D5, E3 and 88. RGB value is (213,227,136). Sum of RGB (Red+Green+Blue) = 213+227+136=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E388 is #2A1C77. Grayscale: #D4D4D4. Windows color (decimal): -2759800 or 8971221. OLE color: 8971221.

HSL color Cylindrical-coordinate representation of color #D5E388: hue angle of 69.23º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5E388 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB213227136-
CMYK0.0600.400.11
HSL69.23º61.9%71.18%-
HSV(B)69.23º40.09%89.02%-
XYZ59.3570.8633.84-
YUV212.4484.86128.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=36.98%
G=39.41%
B=23.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132271360.0600.400.1169.2361.971.18
HexD5E3886028B453e47
Octal32534321060501310576107
Binary1101010111100011100010001100101000101110001011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E388; }

 p { color: rgb(213,227,136); }

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

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

 a { background-color: rgb(213,227,136); }

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

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

 span { border-color: rgb(213,227,136); }

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