#6AFD76

Color #6AFD76 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #6AFD76

Tints of Screamin' Green #6AFD76

Color information

#6AFD76 (or 0x6AFD76) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 76. RGB value is (106,253,118). Sum of RGB (Red+Green+Blue) = 106+253+118=477 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.22% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD76 is #950289. Grayscale: #C2C2C2. Windows color (decimal): -9765514 or 7798122. OLE color: 7798122.

HSL color Cylindrical-coordinate representation of color #6AFD76: hue angle of 124.9º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFD76 is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB106253118-
CMYK0.5800.530.01
HSL124.9º97.35%70.39%-
HSV(B)124.9º58.1%99.22%-
XYZ44.3474.6229.21-
YUV193.6685.365.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.22%
GREEN value IS 253 (99.22% from 255) = 53.04%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=22.22%
G=53.04%
B=24.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062531180.5800.530.01124.997.3570.39
Hex6AFD763A03517d6146
Octal152375166720651175141106
Binary110101011111101111011011101001101011111110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AFD76; }

 p { color: rgb(106,253,118); }

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

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

 a { background-color: rgb(106,253,118); }

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

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

 span { border-color: rgb(106,253,118); }

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