#D2EA7C

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

Shades of Sulu #D2EA7C

Tints of Sulu #D2EA7C

Color information

#D2EA7C (or 0xD2EA7C) is unknown color: approx Sulu. HEX triplet: D2, EA and 7C. RGB value is (210,234,124). Sum of RGB (Red+Green+Blue) = 210+234+124=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 234 (91.80% from 255 or 41.20% from 568); Blue value is 124 (48.83% from 255 or 21.83% from 568); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EA7C is #2D1583. Grayscale: #D6D6D6. Windows color (decimal): -2954628 or 8186578. OLE color: 8186578.

HSL color Cylindrical-coordinate representation of color #D2EA7C: hue angle of 73.09º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2EA7C is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB210234124-
CMYK0.1000.470.08
HSL73.09º72.37%70.2%-
HSV(B)73.09º47.01%91.76%-
XYZ59.647430.21-
YUV214.2877.05124.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 234 (91.80% from 255) = 41.20%
BLUE value IS 124 (48.83% from 255) = 21.83%
R=36.97%
G=41.20%
B=21.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341240.1000.470.0873.0972.3770.2
HexD2EA7CA02F8494846
Octal3223521741205710111110106
Binary11010010111010101111100101001011111000100100110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA7C; }

 p { color: rgb(210,234,124); }

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

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

 a { background-color: rgb(210,234,124); }

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

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

 span { border-color: rgb(210,234,124); }

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