Html Css Color HEX #70F65A Screamin' Green

📋 copy color: '#70F65A'

red 112 ◦ green 246 ◦ blue 90

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

Shades of Screamin' Green #70F65A

Tints of Screamin' Green #70F65A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.91%

 BLUE value IS 90 (35.55% from 255) = 20.09%

R = 25%
G = 54.91%
B = 20.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#70F65A (or 0x70F65A) is known color: Screamin' Green. HEX triplet: 70, F6 and 5A. RGB value is (112,246,90). Sum of RGB (Red+Green+Blue) = 112+246+90=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 246 (96.48% from 255 or 54.91% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 246 - color contains mainly: green. Hex color #70F65A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F65A is #8F09A5. Grayscale: #BCBCBC. Windows color (decimal): -9374118 or 5961328. OLE color: 5961328.

HSL color Cylindrical-coordinate representation of color #70F65A: hue angle of 111.54º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #70F65A is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 246 90 -
CMYK 0.54 0 0.63 0.04
HSL 111.54º 0.9% 0.66% -
HSV(B) 111.54º 0.63% 0.96% -
XYZ 41.48 70.09 21.02 -
YUV 188.15 72.61 73.68 -
System Red Green Blue C M Y K H S L
Decimal 112 246 90 0.54 0 0.63 0.04 111.54 0.9 0.66
Hex 70 F6 5A 36 0 3F 4 70 5A 42
Octal 160 366 132 66 0 77 4 160 132 102
Binary 1110000 11110110 1011010 110110 0 111111 100 1110000 1011010 1000010

Color Harmonies of #70F65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F65A

Black with #70F65A

Text Example


Text Example

White with #70F65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,246,90); }

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

background-color css

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

 a { background-color: rgb(112,246,90); }

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

border-color css

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

 span { border-color: rgb(112,246,90); }

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