Html Css Color HEX #70CC75 Pastel Green

📋 copy color: '#70CC75'

red 112 ◦ green 204 ◦ blue 117

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

Shades of Pastel Green #70CC75

Tints of Pastel Green #70CC75

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.11%

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

R = 25.87%
G = 47.11%
B = 27.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#70CC75 (or 0x70CC75) is known color: Pastel Green. HEX triplet: 70, CC and 75. RGB value is (112,204,117). Sum of RGB (Red+Green+Blue) = 112+204+117=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC75 is #8F338A. Grayscale: #A6A6A6. Windows color (decimal): -9384843 or 7720048. OLE color: 7720048.

HSL color Cylindrical-coordinate representation of color #70CC75: hue angle of 123.26º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CC75 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 117 -
CMYK 0.45 0 0.43 0.2
HSL 123.26º 0.47% 0.62% -
HSV(B) 123.26º 0.45% 0.8% -
XYZ 31.49 47.91 24.42 -
YUV 166.57 100.02 89.07 -
System Red Green Blue C M Y K H S L
Decimal 112 204 117 0.45 0 0.43 0.2 123.26 0.47 0.62
Hex 70 CC 75 2D 0 2B 14 7B 2F 3E
Octal 160 314 165 55 0 53 24 173 57 76
Binary 1110000 11001100 1110101 101101 0 101011 10100 1111011 101111 111110

Color Harmonies of #70CC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC75

Black with #70CC75

Text Example


Text Example

White with #70CC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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