Html Css Color HEX #7FCD70 Pastel Green

📋 copy color: '#7FCD70'

red 127 ◦ green 205 ◦ blue 112

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

Shades of Pastel Green #7FCD70

Tints of Pastel Green #7FCD70

RGB

 RED value IS 127 (50% from 255) = 28.6%

 GREEN value IS 205 (80.47% from 255) = 46.17%

 BLUE value IS 112 (44.14% from 255) = 25.23%

R = 28.6%
G = 46.17%
B = 25.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#7FCD70 (or 0x7FCD70) is known color: Pastel Green. HEX triplet: 7F, CD and 70. RGB value is (127,205,112). Sum of RGB (Red+Green+Blue) = 127+205+112=444 (58% of max value = 765). Red value is 127 (50% from 255 or 28.60% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD70 is #80328F. Grayscale: #ABABAB. Windows color (decimal): -8401552 or 7392639. OLE color: 7392639.

HSL color Cylindrical-coordinate representation of color #7FCD70: hue angle of 110.32º degrees, saturation: 0.48, 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 #7FCD70 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 112 -
CMYK 0.38 0 0.45 0.20
HSL 110.32º 0.48% 0.62% -
HSV(B) 110.32º 0.45% 0.8% -
XYZ 33.51 49.34 23.09 -
YUV 171.08 94.66 96.56 -
System Red Green Blue C M Y K H S L
Decimal 127 205 112 0.38 0 0.45 0.20 110.32 0.48 0.62
Hex 7F CD 70 26 0 2D 14 6E 30 3E
Octal 177 315 160 46 0 55 24 156 60 76
Binary 1111111 11001101 1110000 100110 0 101101 10100 1101110 110000 111110

Color Harmonies of #7FCD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD70

Black with #7FCD70

Text Example


Text Example

White with #7FCD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FCD70; }

 p { color: rgb(127,205,112); }

 H1.HeaderClassName
 {
   color: #7FCD70;
 }
 .AnyTagClassName
 {
   color: #7FCD70;
 }
</style>

background-color css

<style>
 a { background-color: #7FCD70; }

 a { background-color: rgb(127,205,112); }

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

border-color css

<style>
 span { border-color: #7FCD70; }

 span { border-color: rgb(127,205,112); }

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