#70F736

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

Shades of Screamin' Green #70F736

Tints of Screamin' Green #70F736

Color information

#70F736 (or 0x70F736) is unknown color: approx Screamin' Green. HEX triplet: 70, F7 and 36. RGB value is (112,247,54). Sum of RGB (Red+Green+Blue) = 112+247+54=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 247 (96.88% from 255 or 59.81% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 247 - color contains mainly: green. Hex color #70F736 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70F736 is #8F08C9. Grayscale: #B9B9B9. Windows color (decimal): -9373898 or 3602288. OLE color: 3602288.

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

Color convert

RGB11224754-
CMYK0.5500.780.03
HSL101.97º92.34%59.02%-
HSV(B)101.97º78.14%96.86%-
XYZ40.6170.2314.91-
YUV184.6354.2776.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 247 (96.88% from 255) = 59.81%
BLUE value IS 54 (21.48% from 255) = 13.08%
R=27.12%
G=59.81%
B=13.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal112247540.5500.780.03101.9792.3459.02
Hex70F7363704E3665c3b
Octal16036766670116314613473
Binary111000011110111110110110111010011101111001101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,247,54); }

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

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

 a { background-color: rgb(112,247,54); }

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

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

 span { border-color: rgb(112,247,54); }

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