Html Css Color HEX #7CD275 Pastel Green

📋 copy color: '#7CD275'

red 124 ◦ green 210 ◦ blue 117

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

Shades of Pastel Green #7CD275

Tints of Pastel Green #7CD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.56%

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

R = 27.49%
G = 46.56%
B = 25.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#7CD275 (or 0x7CD275) is known color: Pastel Green. HEX triplet: 7C, D2 and 75. RGB value is (124,210,117). Sum of RGB (Red+Green+Blue) = 124+210+117=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD275 is #832D8A. Grayscale: #ADADAD. Windows color (decimal): -8596875 or 7721596. OLE color: 7721596.

HSL color Cylindrical-coordinate representation of color #7CD275: hue angle of 115.48º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CD275 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 124 210 117 -
CMYK 0.41 0 0.44 0.18
HSL 115.48º 0.51% 0.64% -
HSV(B) 115.48º 0.44% 0.82% -
XYZ 34.57 51.66 24.98 -
YUV 173.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 124 210 117 0.41 0 0.44 0.18 115.48 0.51 0.64
Hex 7C D2 75 29 0 2C 12 73 33 40
Octal 174 322 165 51 0 54 22 163 63 100
Binary 1111100 11010010 1110101 101001 0 101100 10010 1110011 110011 1000000

Color Harmonies of #7CD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD275

Black with #7CD275

Text Example


Text Example

White with #7CD275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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