#6aef50

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

Shades of Screamin' Green #6AEF50

Tints of Screamin' Green #6AEF50

Color information

#6AEF50 (or 0x6AEF50) is unknown color: approx Screamin' Green. HEX triplet: 6A, EF and 50. RGB value is (106,239,80). Sum of RGB (Red+Green+Blue) = 106+239+80=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #6AEF50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AEF50 is #9510AF. Grayscale: #B5B5B5. Windows color (decimal): -9769136 or 5304170. OLE color: 5304170.

HSL color Cylindrical-coordinate representation of color #6AEF50: hue angle of 110.19º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6AEF50 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB10623980-
CMYK0.5600.670.06
HSL110.19º83.25%62.55%-
HSV(B)110.19º66.53%93.73%-
XYZ38.2665.3818.19-
YUV181.1170.9474.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 239 (93.75% from 255) = 56.24%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=24.94%
G=56.24%
B=18.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal106239800.5600.670.06110.1983.2562.55
Hex6AEF503804366e533f
Octal152357120700103615612377
Binary11010101110111110100001110000100001111011011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6aef50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,239,80); }

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

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

 a { background-color: rgb(106,239,80); }

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

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

 span { border-color: rgb(106,239,80); }

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