#83C07F

Color #83C07F De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #83C07F

Tints of De York #83C07F

Color information

#83C07F (or 0x83C07F) is unknown color: approx De York. HEX triplet: 83, C0 and 7F. RGB value is (131,192,127). Sum of RGB (Red+Green+Blue) = 131+192+127=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #83C07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C07F is #7C3F80. Grayscale: #A6A6A6. Windows color (decimal): -8142721 or 8372355. OLE color: 8372355.

HSL color Cylindrical-coordinate representation of color #83C07F: hue angle of 116.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83C07F is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB131192127-
CMYK0.3200.340.25
HSL116.31º34.03%62.55%-
HSV(B)116.31º33.85%75.29%-
XYZ32.0444.0626.89-
YUV166.35105.79102.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.11%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 127 (50% from 255) = 28.22%
R=29.11%
G=42.67%
B=28.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311921270.3200.340.25116.3134.0362.55
Hex83C07F200221974223f
Octal20330017740042311644277
Binary100000111100000011111111000000100010110011110100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,192,127); }

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

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

 a { background-color: rgb(131,192,127); }

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

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

 span { border-color: rgb(131,192,127); }

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