#83C28F

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

Shades of De York #83C28F

Tints of De York #83C28F

Color information

#83C28F (or 0x83C28F) is unknown color: approx De York. HEX triplet: 83, C2 and 8F. RGB value is (131,194,143). Sum of RGB (Red+Green+Blue) = 131+194+143=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #83C28F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C28F is #7C3D70. Grayscale: #A9A9A9. Windows color (decimal): -8142193 or 9421443. OLE color: 9421443.

HSL color Cylindrical-coordinate representation of color #83C28F: hue angle of 131.43º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83C28F is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB131194143-
CMYK0.3200.260.24
HSL131.43º34.05%63.73%-
HSV(B)131.43º32.47%76.08%-
XYZ33.6145.3932.98-
YUV169.35113.13100.65-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 194 (76.17% from 255) = 41.45%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=27.99%
G=41.45%
B=30.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311941430.3200.260.24131.4334.0563.73
Hex83C28F2001A18832240
Octal203302217400323020342100
Binary10000011110000101000111110000001101011000100000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,194,143); }

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

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

 a { background-color: rgb(131,194,143); }

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

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

 span { border-color: rgb(131,194,143); }

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