#7CCF74

Color #7CCF74 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7CCF74

Tints of Pastel Green #7CCF74

Color information

#7CCF74 (or 0x7CCF74) is unknown color: approx Pastel Green. HEX triplet: 7C, CF and 74. RGB value is (124,207,116). Sum of RGB (Red+Green+Blue) = 124+207+116=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF74 is #83308B. Grayscale: #ACACAC. Windows color (decimal): -8597644 or 7655292. OLE color: 7655292.

HSL color Cylindrical-coordinate representation of color #7CCF74: hue angle of 114.73º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCF74 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB124207116-
CMYK0.4000.440.19
HSL114.73º48.66%63.33%-
HSV(B)114.73º43.96%81.18%-
XYZ33.7850.1724.43-
YUV171.8196.593.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 207 (81.25% from 255) = 46.31%
BLUE value IS 116 (45.70% from 255) = 25.95%
R=27.74%
G=46.31%
B=25.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242071160.4000.440.19114.7348.6663.33
Hex7CCF742802C1373313f
Octal17431716450054231636177
Binary11111001100111111101001010000101100100111110011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CCF74;
 }
 .AnyTagClassName
 {
   color: #7CCF74;
 }
</style>
background-color css

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

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

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

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

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

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