#D6FC80

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

Shades of Sulu #D6FC80

Tints of Sulu #D6FC80

Color information

#D6FC80 (or 0xD6FC80) is unknown color: approx Sulu. HEX triplet: D6, FC and 80. RGB value is (214,252,128). Sum of RGB (Red+Green+Blue) = 214+252+128=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FC80 is #29037F. Grayscale: #E2E2E2. Windows color (decimal): -2687872 or 8453334. OLE color: 8453334.

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

Color convert

RGB214252128-
CMYK0.1500.490.01
HSL78.39º95.38%74.51%-
HSV(B)78.39º49.21%98.82%-
XYZ66.4485.4833.42-
YUV226.572.41119.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.03%
GREEN value IS 252 (98.83% from 255) = 42.42%
BLUE value IS 128 (50.39% from 255) = 21.55%
R=36.03%
G=42.42%
B=21.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142521280.1500.490.0178.3995.3874.51
HexD6FC80F03114e5f4b
Octal326374200170611116137113
Binary110101101111110010000000111101100011100111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FC80; }

 p { color: rgb(214,252,128); }

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

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

 a { background-color: rgb(214,252,128); }

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

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

 span { border-color: rgb(214,252,128); }

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