#D7F182

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

Shades of Sulu #D7F182

Tints of Sulu #D7F182

Color information

#D7F182 (or 0xD7F182) is unknown color: approx Sulu. HEX triplet: D7, F1 and 82. RGB value is (215,241,130). Sum of RGB (Red+Green+Blue) = 215+241+130=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F182 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F182 is #280E7D. Grayscale: #DCDCDC. Windows color (decimal): -2625150 or 8581591. OLE color: 8581591.

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

Color convert

RGB215241130-
CMYK0.1100.460.05
HSL74.05º79.86%72.75%-
HSV(B)74.05º46.06%94.51%-
XYZ63.5178.9733.01-
YUV220.5776.89124.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 241 (94.53% from 255) = 41.13%
BLUE value IS 130 (51.17% from 255) = 22.18%
R=36.69%
G=41.13%
B=22.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152411300.1100.460.0574.0579.8672.75
HexD7F182B02E54a5049
Octal327361202130565112120111
Binary11010111111100011000001010110101110101100101010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F182; }

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

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

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

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

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

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

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

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