#7AF850

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

Shades of Screamin' Green #7AF850

Tints of Screamin' Green #7AF850

Color information

#7AF850 (or 0x7AF850) is unknown color: approx Screamin' Green. HEX triplet: 7A, F8 and 50. RGB value is (122,248,80). Sum of RGB (Red+Green+Blue) = 122+248+80=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 248 (97.27% from 255 or 55.11% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF850 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF850 is #8507AF. Grayscale: #BFBFBF. Windows color (decimal): -8718256 or 5306490. OLE color: 5306490.

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

Color convert

RGB12224880-
CMYK0.5100.680.03
HSL105º92.31%64.31%-
HSV(B)105º67.74%97.25%-
XYZ43.0471.8519.19-
YUV191.1765.2678.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 248 (97.27% from 255) = 55.11%
BLUE value IS 80 (31.64% from 255) = 17.78%
R=27.11%
G=55.11%
B=17.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal122248800.5100.680.0310592.3164.31
Hex7AF850330443695c40
Octal1723701206301043151134100
Binary11110101111100010100001100110100010011110100110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AF850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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