#6AFD62

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

Shades of Screamin' Green #6AFD62

Tints of Screamin' Green #6AFD62

Color information

#6AFD62 (or 0x6AFD62) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 62. RGB value is (106,253,98). Sum of RGB (Red+Green+Blue) = 106+253+98=457 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.19% from 457); Green value is 253 (99.22% from 255 or 55.36% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD62 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD62 is #95029D. Grayscale: #BFBFBF. Windows color (decimal): -9765534 or 6487402. OLE color: 6487402.

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

Color convert

RGB10625398-
CMYK0.5800.610.01
HSL116.9º97.48%68.82%-
HSV(B)116.9º61.26%99.22%-
XYZ43.2774.223.6-
YUV191.3875.367.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.19%
GREEN value IS 253 (99.22% from 255) = 55.36%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=23.19%
G=55.36%
B=21.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106253980.5800.610.01116.997.4868.82
Hex6AFD623A03D1756145
Octal152375142720751165141105
Binary110101011111101110001011101001111011111010111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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