#70F869

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

Shades of Screamin' Green #70F869

Tints of Screamin' Green #70F869

Color information

#70F869 (or 0x70F869) is unknown color: approx Screamin' Green. HEX triplet: 70, F8 and 69. RGB value is (112,248,105). Sum of RGB (Red+Green+Blue) = 112+248+105=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #70F869 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F869 is #8F0796. Grayscale: #BFBFBF. Windows color (decimal): -9373591 or 6944880. OLE color: 6944880.

HSL color Cylindrical-coordinate representation of color #70F869: hue angle of 117.06º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70F869 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB112248105-
CMYK0.5500.580.03
HSL117.06º91.08%69.22%-
HSV(B)117.06º57.66%97.25%-
XYZ42.871.624.93-
YUV191.0379.4471.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 248 (97.27% from 255) = 53.33%
BLUE value IS 105 (41.41% from 255) = 22.58%
R=24.09%
G=53.33%
B=22.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1122481050.5500.580.03117.0691.0869.22
Hex70F8693703A3755b45
Octal160370151670723165133105
Binary1110000111110001101001110111011101011111010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,248,105); }

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

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

 a { background-color: rgb(112,248,105); }

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

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

 span { border-color: rgb(112,248,105); }

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