#70ED38

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

Shades of Screamin' Green #70ED38

Tints of Screamin' Green #70ED38

Color information

#70ED38 (or 0x70ED38) is unknown color: approx Screamin' Green. HEX triplet: 70, ED and 38. RGB value is (112,237,56). Sum of RGB (Red+Green+Blue) = 112+237+56=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 237 (92.97% from 255 or 58.52% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED38 is #8F12C7. Grayscale: #B3B3B3. Windows color (decimal): -9376456 or 3730800. OLE color: 3730800.

HSL color Cylindrical-coordinate representation of color #70ED38: hue angle of 101.44º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #70ED38 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB11223756-
CMYK0.5300.760.07
HSL101.44º83.41%57.45%-
HSV(B)101.44º76.37%92.94%-
XYZ37.6864.314.17-
YUV178.9958.5980.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 237 (92.97% from 255) = 58.52%
BLUE value IS 56 (22.27% from 255) = 13.83%
R=27.65%
G=58.52%
B=13.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal112237560.5300.760.07101.4483.4157.45
Hex70ED383504C7655339
Octal16035570650114714512371
Binary1110000111011011110001101010100110011111001011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ED38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,56); }

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

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

 a { background-color: rgb(112,237,56); }

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

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

 span { border-color: rgb(112,237,56); }

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