#83cf76

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

Shades of Pastel Green #83CF76

Tints of Pastel Green #83CF76

Color information

#83CF76 (or 0x83CF76) is unknown color: approx Pastel Green. HEX triplet: 83, CF and 76. RGB value is (131,207,118). Sum of RGB (Red+Green+Blue) = 131+207+118=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #83CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CF76 is #7C3089. Grayscale: #AEAEAE. Windows color (decimal): -8138890 or 7786371. OLE color: 7786371.

HSL color Cylindrical-coordinate representation of color #83CF76: hue angle of 111.24º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83CF76 is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB131207118-
CMYK0.3700.430.19
HSL111.24º48.11%63.73%-
HSV(B)111.24º43%81.18%-
XYZ34.9450.7625.1-
YUV174.1396.3297.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.73%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 118 (46.48% from 255) = 25.88%
R=28.73%
G=45.39%
B=25.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1312071180.3700.430.19111.2448.1163.73
Hex83CF762502B136f3040
Octal203317166450532315760100
Binary1000001111001111111011010010101010111001111011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83cf76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83cf76; }

 p { color: rgb(131,207,118); }

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

<style>
 a { background-color: #83cf76; }

 a { background-color: rgb(131,207,118); }

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

<style>
 span { border-color: #83cf76; }

 span { border-color: rgb(131,207,118); }

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