#7CCF71

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

Shades of Pastel Green #7CCF71

Tints of Pastel Green #7CCF71

Color information

#7CCF71 (or 0x7CCF71) is unknown color: approx Pastel Green. HEX triplet: 7C, CF and 71. RGB value is (124,207,113). Sum of RGB (Red+Green+Blue) = 124+207+113=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF71 is #83308E. Grayscale: #ABABAB. Windows color (decimal): -8597647 or 7458684. OLE color: 7458684.

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

Color convert

RGB124207113-
CMYK0.4000.450.19
HSL112.98º49.47%62.75%-
HSV(B)112.98º45.41%81.18%-
XYZ33.6150.123.52-
YUV171.479594.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=27.93%
G=46.62%
B=25.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1242071130.4000.450.19112.9849.4762.75
Hex7CCF712802D1371313f
Octal17431716150055231616177
Binary11111001100111111100011010000101101100111110001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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