#83BF77

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

Shades of De York #83BF77

Tints of De York #83BF77

Color information

#83BF77 (or 0x83BF77) is unknown color: approx De York. HEX triplet: 83, BF and 77. RGB value is (131,191,119). Sum of RGB (Red+Green+Blue) = 131+191+119=441 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.71% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 119 (46.88% from 255 or 26.98% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF77 is #7C4088. Grayscale: #A5A5A5. Windows color (decimal): -8142985 or 7847811. OLE color: 7847811.

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

Color convert

RGB131191119-
CMYK0.3100.380.25
HSL110º36%60.78%-
HSV(B)110º37.7%74.9%-
XYZ31.3243.4224.18-
YUV164.85102.12103.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.71%
GREEN value IS 191 (75% from 255) = 43.31%
BLUE value IS 119 (46.88% from 255) = 26.98%
R=29.71%
G=43.31%
B=26.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311911190.3100.380.251103660.78
Hex83BF771F026196e243d
Octal20327716737046311564475
Binary10000011101111111110111111110100110110011101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,191,119); }

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

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

 a { background-color: rgb(131,191,119); }

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

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

 span { border-color: rgb(131,191,119); }

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