#7BCF72

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

Shades of Pastel Green #7BCF72

Tints of Pastel Green #7BCF72

Color information

#7BCF72 (or 0x7BCF72) is unknown color: approx Pastel Green. HEX triplet: 7B, CF and 72. RGB value is (123,207,114). Sum of RGB (Red+Green+Blue) = 123+207+114=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BCF72 is #84308D. Grayscale: #ABABAB. Windows color (decimal): -8663182 or 7524219. OLE color: 7524219.

HSL color Cylindrical-coordinate representation of color #7BCF72: hue angle of 114.19º 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 #7BCF72 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB123207114-
CMYK0.4100.450.19
HSL114.19º49.21%62.94%-
HSV(B)114.19º44.93%81.18%-
XYZ33.5250.0523.81-
YUV171.2895.6793.56-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=27.70%
G=46.62%
B=25.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1232071140.4100.450.19114.1949.2162.94
Hex7BCF722902D1372313f
Octal17331716251055231626177
Binary11110111100111111100101010010101101100111110010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,207,114); }

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

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

 a { background-color: rgb(123,207,114); }

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

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

 span { border-color: rgb(123,207,114); }

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