Html Css Color HEX #70FD6C Screamin' Green

📋 copy color: '#70FD6C'

red 112 ◦ green 253 ◦ blue 108

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

Shades of Screamin' Green #70FD6C

Tints of Screamin' Green #70FD6C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.49%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 23.68%
G = 53.49%
B = 22.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#70FD6C (or 0x70FD6C) is known color: Screamin' Green. HEX triplet: 70, FD and 6C. RGB value is (112,253,108). Sum of RGB (Red+Green+Blue) = 112+253+108=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #70FD6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70FD6C is #8F0293. Grayscale: #C2C2C2. Windows color (decimal): -9372308 or 7142768. OLE color: 7142768.

HSL color Cylindrical-coordinate representation of color #70FD6C: hue angle of 118.34º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70FD6C is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 112 253 108 -
CMYK 0.56 0 0.57 0.01
HSL 118.34º 0.97% 0.71% -
HSV(B) 118.34º 0.57% 0.99% -
XYZ 44.51 74.78 26.27 -
YUV 194.31 79.29 69.29 -
System Red Green Blue C M Y K H S L
Decimal 112 253 108 0.56 0 0.57 0.01 118.34 0.97 0.71
Hex 70 FD 6C 38 0 39 1 76 61 47
Octal 160 375 154 70 0 71 1 166 141 107
Binary 1110000 11111101 1101100 111000 0 111001 1 1110110 1100001 1000111

Color Harmonies of #70FD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FD6C

Black with #70FD6C

Text Example


Text Example

White with #70FD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,253,108); }

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

background-color css

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

 a { background-color: rgb(112,253,108); }

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

border-color css

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

 span { border-color: rgb(112,253,108); }

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