Html Css Color HEX #70CF7C Pastel Green

📋 copy color: '#70CF7C'

red 112 ◦ green 207 ◦ blue 124

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

Shades of Pastel Green #70CF7C

Tints of Pastel Green #70CF7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 25.28%
G = 46.73%
B = 27.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#70CF7C (or 0x70CF7C) is known color: Pastel Green. HEX triplet: 70, CF and 7C. RGB value is (112,207,124). Sum of RGB (Red+Green+Blue) = 112+207+124=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CF7C is #8F3083. Grayscale: #A9A9A9. Windows color (decimal): -9384068 or 8179568. OLE color: 8179568.

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

Color convert

RGB 112 207 124 -
CMYK 0.46 0 0.40 0.19
HSL 127.58º 0.5% 0.63% -
HSV(B) 127.58º 0.46% 0.81% -
XYZ 32.63 49.53 26.91 -
YUV 169.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 112 207 124 0.46 0 0.40 0.19 127.58 0.5 0.63
Hex 70 CF 7C 2E 0 28 13 80 32 3F
Octal 160 317 174 56 0 50 23 200 62 77
Binary 1110000 11001111 1111100 101110 0 101000 10011 10000000 110010 111111

Color Harmonies of #70CF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CF7C

Black with #70CF7C

Text Example


Text Example

White with #70CF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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