Html Css Color HEX #70ED52 Screamin' Green

📋 copy color: '#70ED52'

red 112 ◦ green 237 ◦ blue 82

#70ED52
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #70ED52

Tints of Screamin' Green #70ED52

RGB

 RED value IS 112 (44.14% from 255) = 25.99%

 GREEN value IS 237 (92.97% from 255) = 54.99%

 BLUE value IS 82 (32.42% from 255) = 19.03%

R = 25.99%
G = 54.99%
B = 19.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#70ED52 (or 0x70ED52) is known color: Screamin' Green. HEX triplet: 70, ED and 52. RGB value is (112,237,82). Sum of RGB (Red+Green+Blue) = 112+237+82=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 82 (32.42% from 255 or 19.03% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70ED52 is #8F12AD. Grayscale: #B6B6B6. Windows color (decimal): -9376430 or 5434736. OLE color: 5434736.

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

Color convert

RGB 112 237 82 -
CMYK 0.53 0 0.65 0.07
HSL 108.39º 0.81% 0.63% -
HSV(B) 108.39º 0.65% 0.93% -
XYZ 38.49 64.62 18.43 -
YUV 181.96 71.59 78.1 -
System Red Green Blue C M Y K H S L
Decimal 112 237 82 0.53 0 0.65 0.07 108.39 0.81 0.63
Hex 70 ED 52 35 0 41 7 6C 51 3F
Octal 160 355 122 65 0 101 7 154 121 77
Binary 1110000 11101101 1010010 110101 0 1000001 111 1101100 1010001 111111

Color Harmonies of #70ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ED52

Black with #70ED52

Text Example


Text Example

White with #70ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70ED52;
 }
 .AnyTagClassName
 {
   color: #70ED52;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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