#D5FD88

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

Shades of Sulu #D5FD88

Tints of Sulu #D5FD88

Color information

#D5FD88 (or 0xD5FD88) is unknown color: approx Sulu. HEX triplet: D5, FD and 88. RGB value is (213,253,136). Sum of RGB (Red+Green+Blue) = 213+253+136=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 253 (99.22% from 255 or 42.03% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FD88 is #2A0277. Grayscale: #E4E4E4. Windows color (decimal): -2753144 or 8977877. OLE color: 8977877.

HSL color Cylindrical-coordinate representation of color #D5FD88: hue angle of 80.51º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5FD88 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB213253136-
CMYK0.1600.460.01
HSL80.51º96.69%76.27%-
HSV(B)80.51º46.25%99.22%-
XYZ67.0186.1736.39-
YUV227.776.25117.51-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 253 (99.22% from 255) = 42.03%
BLUE value IS 136 (53.52% from 255) = 22.59%
R=35.38%
G=42.03%
B=22.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531360.1600.460.0180.5196.6976.27
HexD5FD881002E151614c
Octal325375210200561121141114
Binary1101010111111101100010001000001011101101000111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FD88; }

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

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

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

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

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

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

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

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