Html Css Color HEX #70EF41 Screamin' Green

📋 copy color: '#70EF41'

red 112 ◦ green 239 ◦ blue 65

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

Shades of Screamin' Green #70EF41

Tints of Screamin' Green #70EF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.45%

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

R = 26.92%
G = 57.45%
B = 15.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#70EF41 (or 0x70EF41) is known color: Screamin' Green. HEX triplet: 70, EF and 41. RGB value is (112,239,65). Sum of RGB (Red+Green+Blue) = 112+239+65=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 239 (93.75% from 255 or 57.45% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70EF41 is #8F10BE. Grayscale: #B5B5B5. Windows color (decimal): -9375935 or 4321136. OLE color: 4321136.

HSL color Cylindrical-coordinate representation of color #70EF41: hue angle of 103.79º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70EF41 is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 65 -
CMYK 0.53 0 0.73 0.06
HSL 103.79º 0.84% 0.6% -
HSV(B) 103.79º 0.73% 0.94% -
XYZ 38.5 65.56 15.63 -
YUV 181.19 62.42 78.65 -
System Red Green Blue C M Y K H S L
Decimal 112 239 65 0.53 0 0.73 0.06 103.79 0.84 0.6
Hex 70 EF 41 35 0 49 6 68 54 3C
Octal 160 357 101 65 0 111 6 150 124 74
Binary 1110000 11101111 1000001 110101 0 1001001 110 1101000 1010100 111100

Color Harmonies of #70EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF41

Black with #70EF41

Text Example


Text Example

White with #70EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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