Html Css Color HEX #70CF6D Pastel Green

📋 copy color: '#70CF6D'

red 112 ◦ green 207 ◦ blue 109

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

Shades of Pastel Green #70CF6D

Tints of Pastel Green #70CF6D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.36%

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

R = 26.17%
G = 48.36%
B = 25.47%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#70CF6D (or 0x70CF6D) is known color: Pastel Green. HEX triplet: 70, CF and 6D. RGB value is (112,207,109). Sum of RGB (Red+Green+Blue) = 112+207+109=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF6D is #8F3092. Grayscale: #A7A7A7. Windows color (decimal): -9384083 or 7196528. OLE color: 7196528.

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

Color convert

RGB 112 207 109 -
CMYK 0.46 0 0.47 0.19
HSL 118.16º 0.51% 0.62% -
HSV(B) 118.16º 0.47% 0.81% -
XYZ 31.76 49.17 22.29 -
YUV 167.42 95.03 88.47 -
System Red Green Blue C M Y K H S L
Decimal 112 207 109 0.46 0 0.47 0.19 118.16 0.51 0.62
Hex 70 CF 6D 2E 0 2F 13 76 33 3E
Octal 160 317 155 56 0 57 23 166 63 76
Binary 1110000 11001111 1101101 101110 0 101111 10011 1110110 110011 111110

Color Harmonies of #70CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF6D

Black with #70CF6D

Text Example


Text Example

White with #70CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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