#D2EE85

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

Shades of Sulu #D2EE85

Tints of Sulu #D2EE85

Color information

#D2EE85 (or 0xD2EE85) is unknown color: approx Sulu. HEX triplet: D2, EE and 85. RGB value is (210,238,133). Sum of RGB (Red+Green+Blue) = 210+238+133=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EE85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EE85 is #2D117A. Grayscale: #DADADA. Windows color (decimal): -2953595 or 8777426. OLE color: 8777426.

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

Color convert

RGB210238133-
CMYK0.1200.440.07
HSL76º75.54%72.75%-
HSV(B)76º44.12%93.33%-
XYZ61.3976.5433.73-
YUV217.6680.22122.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 238 (93.36% from 255) = 40.96%
BLUE value IS 133 (52.34% from 255) = 22.89%
R=36.14%
G=40.96%
B=22.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102381330.1200.440.077675.5472.75
HexD2EE85C02C74c4c49
Octal322356205140547114114111
Binary11010010111011101000010111000101100111100110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EE85; }

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

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

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

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

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

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

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

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