#D2EB7E

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

Shades of Sulu #D2EB7E

Tints of Sulu #D2EB7E

Color information

#D2EB7E (or 0xD2EB7E) is unknown color: approx Sulu. HEX triplet: D2, EB and 7E. RGB value is (210,235,126). Sum of RGB (Red+Green+Blue) = 210+235+126=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 235 (92.19% from 255 or 41.16% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB7E is #2D1481. Grayscale: #D7D7D7. Windows color (decimal): -2954370 or 8317906. OLE color: 8317906.

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

Color convert

RGB210235126-
CMYK0.1100.460.08
HSL73.76º73.15%70.78%-
HSV(B)73.76º46.38%92.16%-
XYZ60.0574.6230.98-
YUV215.177.72124.36-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 235 (92.19% from 255) = 41.16%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=36.78%
G=41.16%
B=22.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351260.1100.460.0873.7673.1570.78
HexD2EB7EB02E84a4947
Octal3223531761305610112111107
Binary11010010111010111111110101101011101000100101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB7E; }

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

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

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

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

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

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

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

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