#70EB5F

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

Shades of Screamin' Green #70EB5F

Tints of Screamin' Green #70EB5F

Color information

#70EB5F (or 0x70EB5F) is unknown color: approx Screamin' Green. HEX triplet: 70, EB and 5F. RGB value is (112,235,95). Sum of RGB (Red+Green+Blue) = 112+235+95=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EB5F is #8F14A0. Grayscale: #B6B6B6. Windows color (decimal): -9376929 or 6286192. OLE color: 6286192.

HSL color Cylindrical-coordinate representation of color #70EB5F: hue angle of 112.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70EB5F is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB11223595-
CMYK0.5200.600.08
HSL112.71º77.78%64.71%-
HSV(B)112.71º59.57%92.16%-
XYZ38.4663.6921.09-
YUV182.2678.7577.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 235 (92.19% from 255) = 53.17%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=25.34%
G=53.17%
B=21.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal112235950.5200.600.08112.7177.7864.71
Hex70EB5F3403C8714e41
Octal1603531376407410161116101
Binary111000011101011101111111010001111001000111000110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,95); }

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

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

 a { background-color: rgb(112,235,95); }

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

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

 span { border-color: rgb(112,235,95); }

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