#70FA81

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

Shades of Screamin' Green #70FA81

Tints of Screamin' Green #70FA81

Color information

#70FA81 (or 0x70FA81) is unknown color: approx Screamin' Green. HEX triplet: 70, FA and 81. RGB value is (112,250,129). Sum of RGB (Red+Green+Blue) = 112+250+129=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA81 is #8F057E. Grayscale: #C3C3C3. Windows color (decimal): -9373055 or 8518256. OLE color: 8518256.

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

Color convert

RGB112250129-
CMYK0.5500.480.02
HSL127.39º93.24%70.98%-
HSV(B)127.39º55.2%98.04%-
XYZ44.8373.432.57-
YUV194.9490.7868.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.81%
GREEN value IS 250 (98.05% from 255) = 50.92%
BLUE value IS 129 (50.78% from 255) = 26.27%
R=22.81%
G=50.92%
B=26.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122501290.5500.480.02127.3993.2470.98
Hex70FA813703027f5d47
Octal160372201670602177135107
Binary11100001111101010000001110111011000010111111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70FA81; }

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

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

<style>
 a { background-color: #70FA81; }

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

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

<style>
 span { border-color: #70FA81; }

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

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