#7BDD88

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

Shades of Pastel Green #7BDD88

Tints of Pastel Green #7BDD88

Color information

#7BDD88 (or 0x7BDD88) is unknown color: approx Pastel Green. HEX triplet: 7B, DD and 88. RGB value is (123,221,136). Sum of RGB (Red+Green+Blue) = 123+221+136=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD88 is #842277. Grayscale: #B6B6B6. Windows color (decimal): -8659576 or 8969595. OLE color: 8969595.

HSL color Cylindrical-coordinate representation of color #7BDD88: hue angle of 127.96º 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 #7BDD88 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB123221136-
CMYK0.4400.380.13
HSL127.96º59.04%67.45%-
HSV(B)127.96º44.34%86.67%-
XYZ38.4757.732.4-
YUV182.01102.0385.91-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 25.62%
GREEN value IS 221 (86.72% from 255) = 46.04%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=25.62%
G=46.04%
B=28.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232211360.4400.380.13127.9659.0467.45
Hex7BDD882C026D803b43
Octal173335210540461520073103
Binary1111011110111011000100010110001001101101100000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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