#6AFB42

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

Shades of Screamin' Green #6AFB42

Tints of Screamin' Green #6AFB42

Color information

#6AFB42 (or 0x6AFB42) is unknown color: approx Screamin' Green. HEX triplet: 6A, FB and 42. RGB value is (106,251,66). Sum of RGB (Red+Green+Blue) = 106+251+66=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 251 (98.44% from 255 or 59.34% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 251 - color contains mainly: green. Hex color #6AFB42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #6AFB42 is #9504BD. Grayscale: #BBBBBB. Windows color (decimal): -9766078 or 4389738. OLE color: 4389738.

HSL color Cylindrical-coordinate representation of color #6AFB42: hue angle of 107.03º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6AFB42 is Cyan = 0.58, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB10625166-
CMYK0.5800.740.02
HSL107.03º95.85%62.16%-
HSV(B)107.03º73.71%98.43%-
XYZ41.4272.4516.96-
YUV186.5559.9670.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 251 (98.44% from 255) = 59.34%
BLUE value IS 66 (26.17% from 255) = 15.60%
R=25.06%
G=59.34%
B=15.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal106251660.5800.740.02107.0395.8562.16
Hex6AFB423A04A26b603e
Octal152373102720112215314076
Binary1101010111110111000010111010010010101011010111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,251,66); }

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

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

 a { background-color: rgb(106,251,66); }

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

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

 span { border-color: rgb(106,251,66); }

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