#7BDD85

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

Shades of Pastel Green #7BDD85

Tints of Pastel Green #7BDD85

Color information

#7BDD85 (or 0x7BDD85) is unknown color: approx Pastel Green. HEX triplet: 7B, DD and 85. RGB value is (123,221,133). Sum of RGB (Red+Green+Blue) = 123+221+133=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD85 is #84227A. Grayscale: #B5B5B5. Windows color (decimal): -8659579 or 8772987. OLE color: 8772987.

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

Color convert

RGB123221133-
CMYK0.4400.400.13
HSL126.12º59.04%67.45%-
HSV(B)126.12º44.34%86.67%-
XYZ38.2657.6231.3-
YUV181.67100.5386.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.79%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=25.79%
G=46.33%
B=27.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232211330.4400.400.13126.1259.0467.45
Hex7BDD852C028D7e3b43
Octal173335205540501517673103
Binary111101111011101100001011011000101000110111111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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