#D2E885

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

Shades of Sulu #D2E885

Tints of Sulu #D2E885

Color information

#D2E885 (or 0xD2E885) is unknown color: approx Sulu. HEX triplet: D2, E8 and 85. RGB value is (210,232,133). Sum of RGB (Red+Green+Blue) = 210+232+133=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 133 (52.34% from 255 or 23.13% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E885 is #2D177A. Grayscale: #D6D6D6. Windows color (decimal): -2955131 or 8775890. OLE color: 8775890.

HSL color Cylindrical-coordinate representation of color #D2E885: hue angle of 73.33º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2E885 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB210232133-
CMYK0.0900.430.09
HSL73.33º68.28%71.57%-
HSV(B)73.33º42.67%90.98%-
XYZ59.6773.1133.16-
YUV214.1482.21125.05-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 232 (91.02% from 255) = 40.35%
BLUE value IS 133 (52.34% from 255) = 23.13%
R=36.52%
G=40.35%
B=23.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102321330.0900.430.0973.3368.2871.57
HexD2E885902B9494448
Octal3223502051105311111104110
Binary110100101110100010000101100101010111001100100110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E885; }

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

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

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

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

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

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

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

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