Html Css Color HEX #7CCC74 Pastel Green

📋 copy color: '#7CCC74'

red 124 ◦ green 204 ◦ blue 116

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

Shades of Pastel Green #7CCC74

Tints of Pastel Green #7CCC74

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.95%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 27.93%
G = 45.95%
B = 26.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#7CCC74 (or 0x7CCC74) is known color: Pastel Green. HEX triplet: 7C, CC and 74. RGB value is (124,204,116). Sum of RGB (Red+Green+Blue) = 124+204+116=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC74 is #83338B. Grayscale: #AAAAAA. Windows color (decimal): -8598412 or 7654524. OLE color: 7654524.

HSL color Cylindrical-coordinate representation of color #7CCC74: hue angle of 114.55º degrees, saturation: 0.46, 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 #7CCC74 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 124 204 116 -
CMYK 0.39 0 0.43 0.2
HSL 114.55º 0.46% 0.63% -
HSV(B) 114.55º 0.43% 0.8% -
XYZ 33.06 48.73 24.19 -
YUV 170.05 97.5 95.16 -
System Red Green Blue C M Y K H S L
Decimal 124 204 116 0.39 0 0.43 0.2 114.55 0.46 0.63
Hex 7C CC 74 27 0 2B 14 73 2E 3F
Octal 174 314 164 47 0 53 24 163 56 77
Binary 1111100 11001100 1110100 100111 0 101011 10100 1110011 101110 111111

Color Harmonies of #7CCC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCC74

Black with #7CCC74

Text Example


Text Example

White with #7CCC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,204,116); }

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

background-color css

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

 a { background-color: rgb(124,204,116); }

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

border-color css

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

 span { border-color: rgb(124,204,116); }

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