#6FFA70

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

Shades of Screamin' Green #6FFA70

Tints of Screamin' Green #6FFA70

Color information

#6FFA70 (or 0x6FFA70) is unknown color: approx Screamin' Green. HEX triplet: 6F, FA and 70. RGB value is (111,250,112). Sum of RGB (Red+Green+Blue) = 111+250+112=473 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.47% from 473); Green value is 250 (98.05% from 255 or 52.85% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFA70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #6FFA70 is #90058F. Grayscale: #C1C1C1. Windows color (decimal): -9438608 or 7404143. OLE color: 7404143.

HSL color Cylindrical-coordinate representation of color #6FFA70: hue angle of 120.43º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFA70 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB111250112-
CMYK0.5600.550.02
HSL120.43º93.29%70.78%-
HSV(B)120.43º55.6%98.04%-
XYZ43.6772.9227.1-
YUV192.7182.4569.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.47%
GREEN value IS 250 (98.05% from 255) = 52.85%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=23.47%
G=52.85%
B=23.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112501120.5600.550.02120.4393.2970.78
Hex6FFA70380372785d47
Octal157372160700672170135107
Binary1101111111110101110000111000011011110111100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,250,112); }

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

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

 a { background-color: rgb(111,250,112); }

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

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

 span { border-color: rgb(111,250,112); }

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