Html Css Color HEX #70FDA6 Light Green

📋 copy color: '#70FDA6'

red 112 ◦ green 253 ◦ blue 166

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

Shades of Light Green #70FDA6

Tints of Light Green #70FDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.26%

R = 21.09%
G = 47.65%
B = 31.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#70FDA6 (or 0x70FDA6) is known color: Light Green. HEX triplet: 70, FD and A6. RGB value is (112,253,166). Sum of RGB (Red+Green+Blue) = 112+253+166=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDA6 is #8F0259. Grayscale: #C9C9C9. Windows color (decimal): -9372250 or 10943856. OLE color: 10943856.

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

Color convert

RGB 112 253 166 -
CMYK 0.56 0 0.34 0.01
HSL 142.98º 0.97% 0.72% -
HSV(B) 142.98º 0.56% 0.99% -
XYZ 48.69 76.45 48.27 -
YUV 200.92 108.29 64.57 -
System Red Green Blue C M Y K H S L
Decimal 112 253 166 0.56 0 0.34 0.01 142.98 0.97 0.72
Hex 70 FD A6 38 0 22 1 8F 61 48
Octal 160 375 246 70 0 42 1 217 141 110
Binary 1110000 11111101 10100110 111000 0 100010 1 10001111 1100001 1001000

Color Harmonies of #70FDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FDA6

Black with #70FDA6

Text Example


Text Example

White with #70FDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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