Html Css Color HEX #70F69B Light Green

📋 copy color: '#70F69B'

red 112 ◦ green 246 ◦ blue 155

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

Shades of Light Green #70F69B

Tints of Light Green #70F69B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.21%

R = 21.83%
G = 47.95%
B = 30.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#70F69B (or 0x70F69B) is known color: Light Green. HEX triplet: 70, F6 and 9B. RGB value is (112,246,155). Sum of RGB (Red+Green+Blue) = 112+246+155=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #70F69B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F69B is #8F0964. Grayscale: #C3C3C3. Windows color (decimal): -9374053 or 10221168. OLE color: 10221168.

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

Color convert

RGB 112 246 155 -
CMYK 0.54 0 0.37 0.04
HSL 139.25º 0.88% 0.7% -
HSV(B) 139.25º 0.54% 0.96% -
XYZ 45.55 71.72 42.45 -
YUV 195.56 105.11 68.4 -
System Red Green Blue C M Y K H S L
Decimal 112 246 155 0.54 0 0.37 0.04 139.25 0.88 0.7
Hex 70 F6 9B 36 0 25 4 8B 58 46
Octal 160 366 233 66 0 45 4 213 130 106
Binary 1110000 11110110 10011011 110110 0 100101 100 10001011 1011000 1000110

Color Harmonies of #70F69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F69B

Black with #70F69B

Text Example


Text Example

White with #70F69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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