#6AFF72

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

Shades of Screamin' Green #6AFF72

Tints of Screamin' Green #6AFF72

Color information

#6AFF72 (or 0x6AFF72) is unknown color: approx Screamin' Green. HEX triplet: 6A, FF and 72. RGB value is (106,255,114). Sum of RGB (Red+Green+Blue) = 106+255+114=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF72 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFF72 is #95008D. Grayscale: #C2C2C2. Windows color (decimal): -9765006 or 7536490. OLE color: 7536490.

HSL color Cylindrical-coordinate representation of color #6AFF72: hue angle of 123.22º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AFF72 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB106255114-
CMYK0.5800.550
HSL123.22º100%70.78%-
HSV(B)123.22º58.43%100%-
XYZ44.7475.828.19-
YUV194.3882.6464.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 255 (100% from 255) = 53.68%
BLUE value IS 114 (44.92% from 255) = 24%
R=22.32%
G=53.68%
B=24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1062551140.5800.550123.2210070.78
Hex6AFF723A03707b6447
Octal152377162720670173144107
Binary110101011111111111001011101001101110111101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,255,114); }

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

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

 a { background-color: rgb(106,255,114); }

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

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

 span { border-color: rgb(106,255,114); }

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