#D2ED7E

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

Shades of Sulu #D2ED7E

Tints of Sulu #D2ED7E

Color information

#D2ED7E (or 0xD2ED7E) is unknown color: approx Sulu. HEX triplet: D2, ED and 7E. RGB value is (210,237,126). Sum of RGB (Red+Green+Blue) = 210+237+126=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED7E is #2D1281. Grayscale: #D8D8D8. Windows color (decimal): -2953858 or 8318418. OLE color: 8318418.

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

Color convert

RGB210237126-
CMYK0.1100.470.07
HSL74.59º75.51%71.18%-
HSV(B)74.59º46.84%92.94%-
XYZ60.6375.7831.17-
YUV216.2777.05123.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 126 (49.61% from 255) = 21.99%
R=36.65%
G=41.36%
B=21.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371260.1100.470.0774.5975.5171.18
HexD2ED7EB02F74b4c47
Octal322355176130577113114107
Binary1101001011101101111111010110101111111100101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED7E; }

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

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

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

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

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

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

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

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