Html Css Color HEX #7CD575 Pastel Green

📋 copy color: '#7CD575'

red 124 ◦ green 213 ◦ blue 117

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

Shades of Pastel Green #7CD575

Tints of Pastel Green #7CD575

RGB

 RED value IS 124 (48.83% from 255) = 27.31%

 GREEN value IS 213 (83.59% from 255) = 46.92%

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

R = 27.31%
G = 46.92%
B = 25.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#7CD575 (or 0x7CD575) is known color: Pastel Green. HEX triplet: 7C, D5 and 75. RGB value is (124,213,117). Sum of RGB (Red+Green+Blue) = 124+213+117=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD575 is #832A8A. Grayscale: #AFAFAF. Windows color (decimal): -8596107 or 7722364. OLE color: 7722364.

HSL color Cylindrical-coordinate representation of color #7CD575: hue angle of 115.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CD575 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 213 117 -
CMYK 0.42 0 0.45 0.16
HSL 115.63º 0.53% 0.65% -
HSV(B) 115.63º 0.45% 0.84% -
XYZ 35.32 53.16 25.23 -
YUV 175.45 95.01 91.31 -
System Red Green Blue C M Y K H S L
Decimal 124 213 117 0.42 0 0.45 0.16 115.63 0.53 0.65
Hex 7C D5 75 2A 0 2D 10 74 35 41
Octal 174 325 165 52 0 55 20 164 65 101
Binary 1111100 11010101 1110101 101010 0 101101 10000 1110100 110101 1000001

Color Harmonies of #7CD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD575

Black with #7CD575

Text Example


Text Example

White with #7CD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,213,117); }

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

background-color css

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

 a { background-color: rgb(124,213,117); }

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

border-color css

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

 span { border-color: rgb(124,213,117); }

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