#D2ED7F

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

Shades of Sulu #D2ED7F

Tints of Sulu #D2ED7F

Color information

#D2ED7F (or 0xD2ED7F) is unknown color: approx Sulu. HEX triplet: D2, ED and 7F. RGB value is (210,237,127). Sum of RGB (Red+Green+Blue) = 210+237+127=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2ED7F is #2D1280. Grayscale: #D8D8D8. Windows color (decimal): -2953857 or 8383954. OLE color: 8383954.

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

Color convert

RGB210237127-
CMYK0.1100.460.07
HSL74.73º75.34%71.37%-
HSV(B)74.73º46.41%92.94%-
XYZ60.6975.831.51-
YUV216.3977.55123.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.59%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 127 (50% from 255) = 22.13%
R=36.59%
G=41.29%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371270.1100.460.0774.7375.3471.37
HexD2ED7FB02E74b4b47
Octal322355177130567113113107
Binary1101001011101101111111110110101110111100101110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED7F; }

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

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

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

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

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

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

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

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