#D8F182

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

Shades of Sulu #D8F182

Tints of Sulu #D8F182

Color information

#D8F182 (or 0xD8F182) is unknown color: approx Sulu. HEX triplet: D8, F1 and 82. RGB value is (216,241,130). Sum of RGB (Red+Green+Blue) = 216+241+130=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F182 is #270E7D. Grayscale: #DDDDDD. Windows color (decimal): -2559614 or 8581592. OLE color: 8581592.

HSL color Cylindrical-coordinate representation of color #D8F182: hue angle of 73.51º 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 #D8F182 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB216241130-
CMYK0.1000.460.05
HSL73.51º79.86%72.75%-
HSV(B)73.51º46.06%94.51%-
XYZ63.879.1233.03-
YUV220.8776.72124.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 241 (94.53% from 255) = 41.06%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=36.80%
G=41.06%
B=22.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162411300.1000.460.0573.5179.8672.75
HexD8F182A02E54a5049
Octal330361202120565112120111
Binary11011000111100011000001010100101110101100101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F182; }

 p { color: rgb(216,241,130); }

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

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

 a { background-color: rgb(216,241,130); }

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

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

 span { border-color: rgb(216,241,130); }

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