Html Css Color HEX #70CC6D Pastel Green

📋 copy color: '#70CC6D'

red 112 ◦ green 204 ◦ blue 109

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

Shades of Pastel Green #70CC6D

Tints of Pastel Green #70CC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 26.35%
G = 48%
B = 25.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#70CC6D (or 0x70CC6D) is known color: Pastel Green. HEX triplet: 70, CC and 6D. RGB value is (112,204,109). Sum of RGB (Red+Green+Blue) = 112+204+109=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC6D is #8F3392. Grayscale: #A5A5A5. Windows color (decimal): -9384851 or 7195760. OLE color: 7195760.

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

Color convert

RGB 112 204 109 -
CMYK 0.45 0 0.47 0.2
HSL 118.11º 0.48% 0.61% -
HSV(B) 118.11º 0.47% 0.8% -
XYZ 31.04 47.73 22.05 -
YUV 165.66 96.02 89.72 -
System Red Green Blue C M Y K H S L
Decimal 112 204 109 0.45 0 0.47 0.2 118.11 0.48 0.61
Hex 70 CC 6D 2D 0 2F 14 76 30 3D
Octal 160 314 155 55 0 57 24 166 60 75
Binary 1110000 11001100 1101101 101101 0 101111 10100 1110110 110000 111101

Color Harmonies of #70CC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC6D

Black with #70CC6D

Text Example


Text Example

White with #70CC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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