#D2F485

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

Shades of Sulu #D2F485

Tints of Sulu #D2F485

Color information

#D2F485 (or 0xD2F485) is unknown color: approx Sulu. HEX triplet: D2, F4 and 85. RGB value is (210,244,133). Sum of RGB (Red+Green+Blue) = 210+244+133=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F485 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F485 is #2D0B7A. Grayscale: #DDDDDD. Windows color (decimal): -2952059 or 8778962. OLE color: 8778962.

HSL color Cylindrical-coordinate representation of color #D2F485: hue angle of 78.38º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2F485 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB210244133-
CMYK0.1400.450.04
HSL78.38º83.46%73.92%-
HSV(B)78.38º45.49%95.69%-
XYZ63.1680.134.32-
YUV221.1878.24120.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.78%
GREEN value IS 244 (95.70% from 255) = 41.57%
BLUE value IS 133 (52.34% from 255) = 22.66%
R=35.78%
G=41.57%
B=22.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441330.1400.450.0478.3883.4673.92
HexD2F485E02D44e534a
Octal322364205160554116123112
Binary11010010111101001000010111100101101100100111010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F485; }

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

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

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

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

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

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

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

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