#D2ED82

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

Shades of Sulu #D2ED82

Tints of Sulu #D2ED82

Color information

#D2ED82 (or 0xD2ED82) is unknown color: approx Sulu. HEX triplet: D2, ED and 82. RGB value is (210,237,130). Sum of RGB (Red+Green+Blue) = 210+237+130=577 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.40% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ED82 is #2D127D. Grayscale: #D9D9D9. Windows color (decimal): -2953854 or 8580562. OLE color: 8580562.

HSL color Cylindrical-coordinate representation of color #D2ED82: hue angle of 75.14º degrees, saturation: 0.75, 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 #D2ED82 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB210237130-
CMYK0.1100.450.07
HSL75.14º74.83%71.96%-
HSV(B)75.14º45.15%92.94%-
XYZ60.8975.8832.56-
YUV216.7379.05123.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.40%
GREEN value IS 237 (92.97% from 255) = 41.07%
BLUE value IS 130 (51.17% from 255) = 22.53%
R=36.40%
G=41.07%
B=22.53%

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
Decimal2102371300.1100.450.0775.1474.8371.96
HexD2ED82B02D74b4b48
Octal322355202130557113113110
Binary11010010111011011000001010110101101111100101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED82; }

 p { color: rgb(210,237,130); }

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

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

 a { background-color: rgb(210,237,130); }

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

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

 span { border-color: rgb(210,237,130); }

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