#83CC8D

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

Shades of De York #83CC8D

Tints of De York #83CC8D

Color information

#83CC8D (or 0x83CC8D) is unknown color: approx De York. HEX triplet: 83, CC and 8D. RGB value is (131,204,141). Sum of RGB (Red+Green+Blue) = 131+204+141=476 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.52% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC8D is #7C3372. Grayscale: #AFAFAF. Windows color (decimal): -8139635 or 9292931. OLE color: 9292931.

HSL color Cylindrical-coordinate representation of color #83CC8D: hue angle of 128.22º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CC8D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB131204141-
CMYK0.3600.310.2
HSL128.22º41.71%65.69%-
HSV(B)128.22º35.78%80%-
XYZ35.7649.9332.95-
YUV174.99108.8296.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.52%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 141 (55.47% from 255) = 29.62%
R=27.52%
G=42.86%
B=29.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041410.3600.310.2128.2241.7165.69
Hex83CC8D2401F14802a42
Octal203314215440372420052102
Binary10000011110011001000110110010001111110100100000001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,204,141); }

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

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

 a { background-color: rgb(131,204,141); }

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

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

 span { border-color: rgb(131,204,141); }

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