#D8FC82

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

Shades of Sulu #D8FC82

Tints of Sulu #D8FC82

Color information

#D8FC82 (or 0xD8FC82) is unknown color: approx Sulu. HEX triplet: D8, FC and 82. RGB value is (216,252,130). Sum of RGB (Red+Green+Blue) = 216+252+130=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FC82 is #27037D. Grayscale: #E3E3E3. Windows color (decimal): -2556798 or 8584408. OLE color: 8584408.

HSL color Cylindrical-coordinate representation of color #D8FC82: hue angle of 77.7º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8FC82 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB216252130-
CMYK0.1400.480.01
HSL77.7º95.31%74.9%-
HSV(B)77.7º48.41%98.82%-
XYZ67.1685.8334.15-
YUV227.3373.07119.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.12%
GREEN value IS 252 (98.83% from 255) = 42.14%
BLUE value IS 130 (51.17% from 255) = 21.74%
R=36.12%
G=42.14%
B=21.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162521300.1400.480.0177.795.3174.9
HexD8FC82E03014e5f4b
Octal330374202160601116137113
Binary110110001111110010000010111001100001100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FC82; }

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

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

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

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

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

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

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

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