Html Css Color HEX #7FCD75 Pastel Green

📋 copy color: '#7FCD75'

red 127 ◦ green 205 ◦ blue 117

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

Shades of Pastel Green #7FCD75

Tints of Pastel Green #7FCD75

RGB

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

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

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

R = 28.29%
G = 45.66%
B = 26.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#7FCD75 (or 0x7FCD75) is known color: Pastel Green. HEX triplet: 7F, CD and 75. RGB value is (127,205,117). Sum of RGB (Red+Green+Blue) = 127+205+117=449 (59% of max value = 765). Red value is 127 (50% from 255 or 28.29% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FCD75 is #80328A. Grayscale: #ABABAB. Windows color (decimal): -8401547 or 7720319. OLE color: 7720319.

HSL color Cylindrical-coordinate representation of color #7FCD75: hue angle of 113.18º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FCD75 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 205 117 -
CMYK 0.38 0 0.43 0.20
HSL 113.18º 0.47% 0.63% -
HSV(B) 113.18º 0.43% 0.8% -
XYZ 33.79 49.46 24.6 -
YUV 171.65 97.16 96.16 -
System Red Green Blue C M Y K H S L
Decimal 127 205 117 0.38 0 0.43 0.20 113.18 0.47 0.63
Hex 7F CD 75 26 0 2B 14 71 2F 3F
Octal 177 315 165 46 0 53 24 161 57 77
Binary 1111111 11001101 1110101 100110 0 101011 10100 1110001 101111 111111

Color Harmonies of #7FCD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCD75

Black with #7FCD75

Text Example


Text Example

White with #7FCD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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