#D2EC85

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

Shades of Sulu #D2EC85

Tints of Sulu #D2EC85

Color information

#D2EC85 (or 0xD2EC85) is unknown color: approx Sulu. HEX triplet: D2, EC and 85. RGB value is (210,236,133). Sum of RGB (Red+Green+Blue) = 210+236+133=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 236 (92.58% from 255 or 40.76% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EC85 is #2D137A. Grayscale: #D8D8D8. Windows color (decimal): -2954107 or 8776914. OLE color: 8776914.

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

Color convert

RGB210236133-
CMYK0.1100.440.07
HSL75.15º73.05%72.35%-
HSV(B)75.15º43.64%92.55%-
XYZ60.8175.3933.54-
YUV216.4880.89123.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 236 (92.58% from 255) = 40.76%
BLUE value IS 133 (52.34% from 255) = 22.97%
R=36.27%
G=40.76%
B=22.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361330.1100.440.0775.1573.0572.35
HexD2EC85B02C74b4948
Octal322354205130547113111110
Binary11010010111011001000010110110101100111100101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EC85; }

 p { color: rgb(210,236,133); }

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

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

 a { background-color: rgb(210,236,133); }

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

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

 span { border-color: rgb(210,236,133); }

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