Html Css Color HEX #70ED41 Screamin' Green

📋 copy color: '#70ED41'

red 112 ◦ green 237 ◦ blue 65

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

Shades of Screamin' Green #70ED41

Tints of Screamin' Green #70ED41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.7%

R = 27.05%
G = 57.25%
B = 15.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#70ED41 (or 0x70ED41) is known color: Screamin' Green. HEX triplet: 70, ED and 41. RGB value is (112,237,65). Sum of RGB (Red+Green+Blue) = 112+237+65=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 237 (92.97% from 255 or 57.25% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70ED41 is #8F12BE. Grayscale: #B4B4B4. Windows color (decimal): -9376447 or 4320624. OLE color: 4320624.

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

Color convert

RGB 112 237 65 -
CMYK 0.53 0 0.73 0.07
HSL 103.6º 0.83% 0.59% -
HSV(B) 103.6º 0.73% 0.93% -
XYZ 37.92 64.39 15.43 -
YUV 180.02 63.09 79.49 -
System Red Green Blue C M Y K H S L
Decimal 112 237 65 0.53 0 0.73 0.07 103.6 0.83 0.59
Hex 70 ED 41 35 0 49 7 68 53 3B
Octal 160 355 101 65 0 111 7 150 123 73
Binary 1110000 11101101 1000001 110101 0 1001001 111 1101000 1010011 111011

Color Harmonies of #70ED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ED41

Black with #70ED41

Text Example


Text Example

White with #70ED41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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