#6AFD5D

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

Shades of Screamin' Green #6AFD5D

Tints of Screamin' Green #6AFD5D

Color information

#6AFD5D (or 0x6AFD5D) is unknown color: approx Screamin' Green. HEX triplet: 6A, FD and 5D. RGB value is (106,253,93). Sum of RGB (Red+Green+Blue) = 106+253+93=452 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.45% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #6AFD5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6AFD5D is #9502A2. Grayscale: #BFBFBF. Windows color (decimal): -9765539 or 6159722. OLE color: 6159722.

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

Color convert

RGB10625393-
CMYK0.5800.630.01
HSL115.12º97.56%67.84%-
HSV(B)115.12º63.24%99.22%-
XYZ43.0474.1122.39-
YUV190.8172.867.51-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.45%
GREEN value IS 253 (99.22% from 255) = 55.97%
BLUE value IS 93 (36.72% from 255) = 20.58%
R=23.45%
G=55.97%
B=20.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106253930.5800.630.01115.1297.5667.84
Hex6AFD5D3A03F1736244
Octal152375135720771163142104
Binary110101011111101101110111101001111111111001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AFD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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