#D2F181

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

Shades of Sulu #D2F181

Tints of Sulu #D2F181

Color information

#D2F181 (or 0xD2F181) is unknown color: approx Sulu. HEX triplet: D2, F1 and 81. RGB value is (210,241,129). Sum of RGB (Red+Green+Blue) = 210+241+129=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F181 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F181 is #2D0E7E. Grayscale: #DBDBDB. Windows color (decimal): -2952831 or 8516050. OLE color: 8516050.

HSL color Cylindrical-coordinate representation of color #D2F181: hue angle of 76.61º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2F181 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB210241129-
CMYK0.1300.460.05
HSL76.61º80%72.55%-
HSV(B)76.61º46.47%94.51%-
XYZ6278.232.59-
YUV218.9677.23121.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.21%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 129 (50.78% from 255) = 22.24%
R=36.21%
G=41.55%
B=22.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102411290.1300.460.0576.618072.55
HexD2F181D02E54d5049
Octal322361201150565115120111
Binary11010010111100011000000111010101110101100110110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F181; }

 p { color: rgb(210,241,129); }

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

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

 a { background-color: rgb(210,241,129); }

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

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

 span { border-color: rgb(210,241,129); }

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