Html Css Color HEX #70FA92 Light Green

📋 copy color: '#70FA92'

red 112 ◦ green 250 ◦ blue 146

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

Shades of Light Green #70FA92

Tints of Light Green #70FA92

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 22.05%
G = 49.21%
B = 28.74%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#70FA92 (or 0x70FA92) is known color: Light Green. HEX triplet: 70, FA and 92. RGB value is (112,250,146). Sum of RGB (Red+Green+Blue) = 112+250+146=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA92 is #8F056D. Grayscale: #C5C5C5. Windows color (decimal): -9373038 or 9632368. OLE color: 9632368.

HSL color Cylindrical-coordinate representation of color #70FA92: hue angle of 134.78º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FA92 is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 146 -
CMYK 0.55 0 0.42 0.02
HSL 134.78º 0.93% 0.71% -
HSV(B) 134.78º 0.55% 0.98% -
XYZ 46.06 73.89 39.03 -
YUV 196.88 99.28 67.46 -
System Red Green Blue C M Y K H S L
Decimal 112 250 146 0.55 0 0.42 0.02 134.78 0.93 0.71
Hex 70 FA 92 37 0 2A 2 87 5D 47
Octal 160 372 222 67 0 52 2 207 135 107
Binary 1110000 11111010 10010010 110111 0 101010 10 10000111 1011101 1000111

Color Harmonies of #70FA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FA92

Black with #70FA92

Text Example


Text Example

White with #70FA92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,250,146); }

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

background-color css

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

 a { background-color: rgb(112,250,146); }

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

border-color css

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

 span { border-color: rgb(112,250,146); }

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