#70E74C

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

Shades of Screamin' Green #70E74C

Tints of Screamin' Green #70E74C

Color information

#70E74C (or 0x70E74C) is unknown color: approx Screamin' Green. HEX triplet: 70, E7 and 4C. RGB value is (112,231,76). Sum of RGB (Red+Green+Blue) = 112+231+76=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 231 (90.62% from 255 or 55.13% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 231 - color contains mainly: green. Hex color #70E74C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E74C is #8F18B3. Grayscale: #B2B2B2. Windows color (decimal): -9377972 or 5039984. OLE color: 5039984.

HSL color Cylindrical-coordinate representation of color #70E74C: hue angle of 106.06º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70E74C is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB11223176-
CMYK0.5200.670.09
HSL106.06º76.35%60.2%-
HSV(B)106.06º67.1%90.59%-
XYZ36.5661.1216.71-
YUV177.7570.5881.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 231 (90.62% from 255) = 55.13%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=26.73%
G=55.13%
B=18.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal112231760.5200.670.09106.0676.3560.2
Hex70E74C3404396a4c3c
Octal1603471146401031115211474
Binary111000011100111100110011010001000011100111010101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,76); }

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

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

 a { background-color: rgb(112,231,76); }

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

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

 span { border-color: rgb(112,231,76); }

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