#83C075

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

Shades of De York #83C075

Tints of De York #83C075

Color information

#83C075 (or 0x83C075) is unknown color: approx De York. HEX triplet: 83, C0 and 75. RGB value is (131,192,117). Sum of RGB (Red+Green+Blue) = 131+192+117=440 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.77% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #83C075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C075 is #7C3F8A. Grayscale: #A5A5A5. Windows color (decimal): -8142731 or 7716995. OLE color: 7716995.

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

Color convert

RGB131192117-
CMYK0.3200.390.25
HSL108.8º37.31%60.59%-
HSV(B)108.8º39.06%75.29%-
XYZ31.4243.8123.63-
YUV165.21100.79103.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.77%
GREEN value IS 192 (75.39% from 255) = 43.64%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=29.77%
G=43.64%
B=26.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311921170.3200.390.25108.837.3160.59
Hex83C07520027196d253d
Octal20330016540047311554575
Binary100000111100000011101011000000100111110011101101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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