#6AFF40

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

Shades of Screamin' Green #6AFF40

Tints of Screamin' Green #6AFF40

Color information

#6AFF40 (or 0x6AFF40) is unknown color: approx Screamin' Green. HEX triplet: 6A, FF and 40. RGB value is (106,255,64). Sum of RGB (Red+Green+Blue) = 106+255+64=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 255 (100% from 255 or 60% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 255 - color contains mainly: green. Hex color #6AFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFF40 is #9500BF. Grayscale: #BDBDBD. Windows color (decimal): -9765056 or 4259690. OLE color: 4259690.

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

Color convert

RGB10625564-
CMYK0.5800.750
HSL106.81º100%62.55%-
HSV(B)106.81º74.9%100%-
XYZ42.6374.9517.07-
YUV188.6857.6469.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 255 (100% from 255) = 60%
BLUE value IS 64 (25.39% from 255) = 15.06%
R=24.94%
G=60%
B=15.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106255640.5800.750106.8110062.55
Hex6AFF403A04B06b643f
Octal152377100720113015314477
Binary110101011111111100000011101001001011011010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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