#D2F480

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

Shades of Sulu #D2F480

Tints of Sulu #D2F480

Color information

#D2F480 (or 0xD2F480) is unknown color: approx Sulu. HEX triplet: D2, F4 and 80. RGB value is (210,244,128). Sum of RGB (Red+Green+Blue) = 210+244+128=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 244 (95.70% from 255 or 41.92% from 582); Blue value is 128 (50.39% from 255 or 21.99% from 582); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F480 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F480 is #2D0B7F. Grayscale: #DDDDDD. Windows color (decimal): -2952064 or 8451282. OLE color: 8451282.

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

Color convert

RGB210244128-
CMYK0.1400.480.04
HSL77.59º84.06%72.94%-
HSV(B)77.59º47.54%95.69%-
XYZ62.8379.9632.54-
YUV220.6175.74120.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.08%
GREEN value IS 244 (95.70% from 255) = 41.92%
BLUE value IS 128 (50.39% from 255) = 21.99%
R=36.08%
G=41.92%
B=21.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441280.1400.480.0477.5984.0672.94
HexD2F480E03044e5449
Octal322364200160604116124111
Binary11010010111101001000000011100110000100100111010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F480; }

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

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

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

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

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

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

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

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