#70FF77

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

Shades of Screamin' Green #70FF77

Tints of Screamin' Green #70FF77

Color information

#70FF77 (or 0x70FF77) is unknown color: approx Screamin' Green. HEX triplet: 70, FF and 77. RGB value is (112,255,119). Sum of RGB (Red+Green+Blue) = 112+255+119=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FF77 is #8F0088. Grayscale: #C5C5C5. Windows color (decimal): -9371785 or 7864176. OLE color: 7864176.

HSL color Cylindrical-coordinate representation of color #70FF77: hue angle of 122.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FF77 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB112255119-
CMYK0.5600.530
HSL122.94º100%71.96%-
HSV(B)122.94º56.08%100%-
XYZ45.7776.329.77-
YUV196.7484.1267.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.05%
GREEN value IS 255 (100% from 255) = 52.47%
BLUE value IS 119 (46.88% from 255) = 24.49%
R=23.05%
G=52.47%
B=24.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122551190.5600.530122.9410071.96
Hex70FF773803507b6448
Octal160377167700650173144110
Binary111000011111111111011111100001101010111101111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,255,119); }

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

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

 a { background-color: rgb(112,255,119); }

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

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

 span { border-color: rgb(112,255,119); }

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