#7BDD70

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

Shades of Pastel Green #7BDD70

Tints of Pastel Green #7BDD70

Color information

#7BDD70 (or 0x7BDD70) is unknown color: approx Pastel Green. HEX triplet: 7B, DD and 70. RGB value is (123,221,112). Sum of RGB (Red+Green+Blue) = 123+221+112=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDD70 is #84228F. Grayscale: #B3B3B3. Windows color (decimal): -8659600 or 7396731. OLE color: 7396731.

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

Color convert

RGB123221112-
CMYK0.4400.490.13
HSL113.94º61.58%65.29%-
HSV(B)113.94º49.32%86.67%-
XYZ36.9557.0924.4-
YUV179.2790.0387.86-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.97%
GREEN value IS 221 (86.72% from 255) = 48.46%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=26.97%
G=48.46%
B=24.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232211120.4400.490.13113.9461.5865.29
Hex7BDD702C031D723e41
Octal173335160540611516276101
Binary11110111101110111100001011000110001110111100101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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