Html Css Color HEX #70CA68 Pastel Green

📋 copy color: '#70CA68'

red 112 ◦ green 202 ◦ blue 104

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

Shades of Pastel Green #70CA68

Tints of Pastel Green #70CA68

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.33%

 BLUE value IS 104 (41.02% from 255) = 24.88%

R = 26.79%
G = 48.33%
B = 24.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#70CA68 (or 0x70CA68) is known color: Pastel Green. HEX triplet: 70, CA and 68. RGB value is (112,202,104). Sum of RGB (Red+Green+Blue) = 112+202+104=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA68 is #8F3597. Grayscale: #A4A4A4. Windows color (decimal): -9385368 or 6867568. OLE color: 6867568.

HSL color Cylindrical-coordinate representation of color #70CA68: hue angle of 115.1º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70CA68 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 104 -
CMYK 0.45 0 0.49 0.21
HSL 115.1º 0.48% 0.6% -
HSV(B) 115.1º 0.49% 0.79% -
XYZ 30.3 46.69 20.51 -
YUV 163.92 94.18 90.97 -
System Red Green Blue C M Y K H S L
Decimal 112 202 104 0.45 0 0.49 0.21 115.1 0.48 0.6
Hex 70 CA 68 2D 0 31 15 73 30 3C
Octal 160 312 150 55 0 61 25 163 60 74
Binary 1110000 11001010 1101000 101101 0 110001 10101 1110011 110000 111100

Color Harmonies of #70CA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA68

Black with #70CA68

Text Example


Text Example

White with #70CA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,104); }

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

background-color css

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

 a { background-color: rgb(112,202,104); }

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

border-color css

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

 span { border-color: rgb(112,202,104); }

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