Html Css Color HEX #70CE75 Pastel Green

📋 copy color: '#70CE75'

red 112 ◦ green 206 ◦ blue 117

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

Shades of Pastel Green #70CE75

Tints of Pastel Green #70CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.36%

 BLUE value IS 117 (46.09% from 255) = 26.9%

R = 25.75%
G = 47.36%
B = 26.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#70CE75 (or 0x70CE75) is known color: Pastel Green. HEX triplet: 70, CE and 75. RGB value is (112,206,117). Sum of RGB (Red+Green+Blue) = 112+206+117=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE75 is #8F318A. Grayscale: #A8A8A8. Windows color (decimal): -9384331 or 7720560. OLE color: 7720560.

HSL color Cylindrical-coordinate representation of color #70CE75: hue angle of 123.19º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE75 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 117 -
CMYK 0.46 0 0.43 0.19
HSL 123.19º 0.49% 0.62% -
HSV(B) 123.19º 0.46% 0.81% -
XYZ 31.96 48.87 24.58 -
YUV 167.75 99.36 88.24 -
System Red Green Blue C M Y K H S L
Decimal 112 206 117 0.46 0 0.43 0.19 123.19 0.49 0.62
Hex 70 CE 75 2E 0 2B 13 7B 31 3E
Octal 160 316 165 56 0 53 23 173 61 76
Binary 1110000 11001110 1110101 101110 0 101011 10011 1111011 110001 111110

Color Harmonies of #70CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE75

Black with #70CE75

Text Example


Text Example

White with #70CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,117); }

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

background-color css

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

 a { background-color: rgb(112,206,117); }

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

border-color css

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

 span { border-color: rgb(112,206,117); }

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