#73CB6F

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

Shades of Pastel Green #73CB6F

Tints of Pastel Green #73CB6F

Color information

#73CB6F (or 0x73CB6F) is unknown color: approx Pastel Green. HEX triplet: 73, CB and 6F. RGB value is (115,203,111). Sum of RGB (Red+Green+Blue) = 115+203+111=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #73CB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #73CB6F is #8C3490. Grayscale: #A6A6A6. Windows color (decimal): -9188497 or 7326579. OLE color: 7326579.

HSL color Cylindrical-coordinate representation of color #73CB6F: hue angle of 117.39º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73CB6F is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB115203111-
CMYK0.4300.450.20
HSL117.39º46.94%61.57%-
HSV(B)117.39º45.32%79.61%-
XYZ31.347.522.56-
YUV166.296.8591.48-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.81%
GREEN value IS 203 (79.69% from 255) = 47.32%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=26.81%
G=47.32%
B=25.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1152031110.4300.450.20117.3946.9461.57
Hex73CB6F2B02D14752f3e
Octal16331315753055241655776
Binary11100111100101111011111010110101101101001110101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73CB6F; }

 p { color: rgb(115,203,111); }

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

<style>
 a { background-color: #73CB6F; }

 a { background-color: rgb(115,203,111); }

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

<style>
 span { border-color: #73CB6F; }

 span { border-color: rgb(115,203,111); }

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