#7AF85F

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

Shades of Screamin' Green #7AF85F

Tints of Screamin' Green #7AF85F

Color information

#7AF85F (or 0x7AF85F) is unknown color: approx Screamin' Green. HEX triplet: 7A, F8 and 5F. RGB value is (122,248,95). Sum of RGB (Red+Green+Blue) = 122+248+95=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF85F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF85F is #8507A0. Grayscale: #C1C1C1. Windows color (decimal): -8718241 or 6289530. OLE color: 6289530.

HSL color Cylindrical-coordinate representation of color #7AF85F: hue angle of 109.41º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AF85F is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB12224895-
CMYK0.5100.620.03
HSL109.41º91.62%67.25%-
HSV(B)109.41º61.69%97.25%-
XYZ43.6672.122.44-
YUV192.8872.7677.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 248 (97.27% from 255) = 53.33%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=26.24%
G=53.33%
B=20.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal122248950.5100.620.03109.4191.6267.25
Hex7AF85F3303E36d5c43
Octal172370137630763155134103
Binary1111010111110001011111110011011111011110110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AF85F; }

 p { color: rgb(122,248,95); }

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

<style>
 a { background-color: #7AF85F; }

 a { background-color: rgb(122,248,95); }

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

<style>
 span { border-color: #7AF85F; }

 span { border-color: rgb(122,248,95); }

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