#D2EF8C

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

Shades of Sulu #D2EF8C

Tints of Sulu #D2EF8C

Color information

#D2EF8C (or 0xD2EF8C) is unknown color: approx Sulu. HEX triplet: D2, EF and 8C. RGB value is (210,239,140). Sum of RGB (Red+Green+Blue) = 210+239+140=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 140 (55.08% from 255 or 23.77% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EF8C is #2D1073. Grayscale: #DBDBDB. Windows color (decimal): -2953332 or 9236434. OLE color: 9236434.

HSL color Cylindrical-coordinate representation of color #D2EF8C: hue angle of 77.58º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D2EF8C is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB210239140-
CMYK0.1200.410.06
HSL77.58º75.57%74.31%-
HSV(B)77.58º41.42%93.73%-
XYZ62.1877.3336.46-
YUV219.0483.39121.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.65%
GREEN value IS 239 (93.75% from 255) = 40.58%
BLUE value IS 140 (55.08% from 255) = 23.77%
R=35.65%
G=40.58%
B=23.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102391400.1200.410.0677.5875.5774.31
HexD2EF8CC02964e4c4a
Octal322357214140516116114112
Binary11010010111011111000110011000101001110100111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EF8C; }

 p { color: rgb(210,239,140); }

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

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

 a { background-color: rgb(210,239,140); }

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

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

 span { border-color: rgb(210,239,140); }

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