#D5F88A

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

Shades of Sulu #D5F88A

Tints of Sulu #D5F88A

Color information

#D5F88A (or 0xD5F88A) is unknown color: approx Sulu. HEX triplet: D5, F8 and 8A. RGB value is (213,248,138). Sum of RGB (Red+Green+Blue) = 213+248+138=599 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.56% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F88A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F88A is #2A0775. Grayscale: #E1E1E1. Windows color (decimal): -2754422 or 9107669. OLE color: 9107669.

HSL color Cylindrical-coordinate representation of color #D5F88A: hue angle of 79.09º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5F88A is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB213248138-
CMYK0.1400.440.03
HSL79.09º88.71%75.69%-
HSV(B)79.09º44.35%97.25%-
XYZ65.683.1236.63-
YUV224.9978.9119.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.56%
GREEN value IS 248 (97.27% from 255) = 41.40%
BLUE value IS 138 (54.30% from 255) = 23.04%
R=35.56%
G=41.40%
B=23.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132481380.1400.440.0379.0988.7175.69
HexD5F88AE02C34f594c
Octal325370212160543117131114
Binary1101010111111000100010101110010110011100111110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F88A; }

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

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

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

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

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

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

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

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