#D5EE82

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

Shades of Sulu #D5EE82

Tints of Sulu #D5EE82

Color information

#D5EE82 (or 0xD5EE82) is unknown color: approx Sulu. HEX triplet: D5, EE and 82. RGB value is (213,238,130). Sum of RGB (Red+Green+Blue) = 213+238+130=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #D5EE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EE82 is #2A117D. Grayscale: #DADADA. Windows color (decimal): -2756990 or 8580821. OLE color: 8580821.

HSL color Cylindrical-coordinate representation of color #D5EE82: hue angle of 73.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5EE82 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB213238130-
CMYK0.1100.450.07
HSL73.89º76.06%72.16%-
HSV(B)73.89º45.38%93.33%-
XYZ62.0476.9132.69-
YUV218.2178.22124.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.66%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 130 (51.17% from 255) = 22.38%
R=36.66%
G=40.96%
B=22.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132381300.1100.450.0773.8976.0672.16
HexD5EE82B02D74a4c48
Octal325356202130557112114110
Binary11010101111011101000001010110101101111100101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EE82; }

 p { color: rgb(213,238,130); }

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

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

 a { background-color: rgb(213,238,130); }

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

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

 span { border-color: rgb(213,238,130); }

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