#70F97B

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

Shades of Screamin' Green #70F97B

Tints of Screamin' Green #70F97B

Color information

#70F97B (or 0x70F97B) is unknown color: approx Screamin' Green. HEX triplet: 70, F9 and 7B. RGB value is (112,249,123). Sum of RGB (Red+Green+Blue) = 112+249+123=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 249 (97.66% from 255 or 51.45% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 249 - color contains mainly: green. Hex color #70F97B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F97B is #8F0684. Grayscale: #C2C2C2. Windows color (decimal): -9373317 or 8124784. OLE color: 8124784.

HSL color Cylindrical-coordinate representation of color #70F97B: hue angle of 124.82º degrees, saturation: 0.92, 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 #70F97B is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB112249123-
CMYK0.5500.510.02
HSL124.82º91.95%70.78%-
HSV(B)124.82º55.02%97.65%-
XYZ44.1372.6330.43-
YUV193.6788.1169.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 249 (97.66% from 255) = 51.45%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=23.14%
G=51.45%
B=25.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122491230.5500.510.02124.8291.9570.78
Hex70F97B3703327d5c47
Octal160371173670632175134107
Binary1110000111110011111011110111011001110111110110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,249,123); }

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

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

 a { background-color: rgb(112,249,123); }

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

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

 span { border-color: rgb(112,249,123); }

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