#D7FC82

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

Shades of Sulu #D7FC82

Tints of Sulu #D7FC82

Color information

#D7FC82 (or 0xD7FC82) is unknown color: approx Sulu. HEX triplet: D7, FC and 82. RGB value is (215,252,130). Sum of RGB (Red+Green+Blue) = 215+252+130=597 (79% of max value = 765). Red value is 215 (84.38% from 255 or 36.01% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 130 (51.17% from 255 or 21.78% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FC82 is #28037D. Grayscale: #E3E3E3. Windows color (decimal): -2622334 or 8584407. OLE color: 8584407.

HSL color Cylindrical-coordinate representation of color #D7FC82: hue angle of 78.2º 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 #D7FC82 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB215252130-
CMYK0.1500.480.01
HSL78.2º95.31%74.9%-
HSV(B)78.2º48.41%98.82%-
XYZ66.8685.6834.13-
YUV227.0373.24119.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.01%
GREEN value IS 252 (98.83% from 255) = 42.21%
BLUE value IS 130 (51.17% from 255) = 21.78%
R=36.01%
G=42.21%
B=21.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152521300.1500.480.0178.295.3174.9
HexD7FC82F03014e5f4b
Octal327374202170601116137113
Binary110101111111110010000010111101100001100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FC82; }

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

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

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

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

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

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

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

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