#70EB65

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

Shades of Screamin' Green #70EB65

Tints of Screamin' Green #70EB65

Color information

#70EB65 (or 0x70EB65) is unknown color: approx Screamin' Green. HEX triplet: 70, EB and 65. RGB value is (112,235,101). Sum of RGB (Red+Green+Blue) = 112+235+101=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 235 (92.19% from 255 or 52.46% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EB65 is #8F149A. Grayscale: #B7B7B7. Windows color (decimal): -9376923 or 6679408. OLE color: 6679408.

HSL color Cylindrical-coordinate representation of color #70EB65: hue angle of 115.07º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70EB65 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB112235101-
CMYK0.5200.570.08
HSL115.07º77.01%65.88%-
HSV(B)115.07º57.02%92.16%-
XYZ38.7463.822.58-
YUV182.9581.7577.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 235 (92.19% from 255) = 52.46%
BLUE value IS 101 (39.84% from 255) = 22.54%
R=25%
G=52.46%
B=22.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122351010.5200.570.08115.0777.0165.88
Hex70EB65340398734d42
Octal1603531456407110163115102
Binary111000011101011110010111010001110011000111001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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