#7BDD75

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

Shades of Pastel Green #7BDD75

Tints of Pastel Green #7BDD75

Color information

#7BDD75 (or 0x7BDD75) is unknown color: approx Pastel Green. HEX triplet: 7B, DD and 75. RGB value is (123,221,117). Sum of RGB (Red+Green+Blue) = 123+221+117=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDD75 is #84228A. Grayscale: #B4B4B4. Windows color (decimal): -8659595 or 7724411. OLE color: 7724411.

HSL color Cylindrical-coordinate representation of color #7BDD75: hue angle of 116.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDD75 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB123221117-
CMYK0.4400.470.13
HSL116.54º60.47%66.27%-
HSV(B)116.54º47.06%86.67%-
XYZ37.2457.2125.91-
YUV179.8492.5387.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.68%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 117 (46.09% from 255) = 25.38%
R=26.68%
G=47.94%
B=25.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232211170.4400.470.13116.5460.4766.27
Hex7BDD752C02FD753c42
Octal173335165540571516574102
Binary11110111101110111101011011000101111110111101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,221,117); }

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

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

 a { background-color: rgb(123,221,117); }

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

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

 span { border-color: rgb(123,221,117); }

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