#D5EF88

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

Shades of Sulu #D5EF88

Tints of Sulu #D5EF88

Color information

#D5EF88 (or 0xD5EF88) is unknown color: approx Sulu. HEX triplet: D5, EF and 88. RGB value is (213,239,136). Sum of RGB (Red+Green+Blue) = 213+239+136=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EF88 is #2A1077. Grayscale: #DBDBDB. Windows color (decimal): -2756728 or 8974293. OLE color: 8974293.

HSL color Cylindrical-coordinate representation of color #D5EF88: hue angle of 75.15º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D5EF88 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB213239136-
CMYK0.1100.430.06
HSL75.15º76.3%73.53%-
HSV(B)75.15º43.1%93.73%-
XYZ62.7577.6634.97-
YUV219.4880.89123.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 239 (93.75% from 255) = 40.65%
BLUE value IS 136 (53.52% from 255) = 23.13%
R=36.22%
G=40.65%
B=23.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132391360.1100.430.0675.1576.373.53
HexD5EF88B02B64b4c4a
Octal325357210130536113114112
Binary11010101111011111000100010110101011110100101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EF88; }

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

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

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

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

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

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

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

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