#83CC8B

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

Shades of De York #83CC8B

Tints of De York #83CC8B

Color information

#83CC8B (or 0x83CC8B) is unknown color: approx De York. HEX triplet: 83, CC and 8B. RGB value is (131,204,139). Sum of RGB (Red+Green+Blue) = 131+204+139=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC8B is #7C3374. Grayscale: #AEAEAE. Windows color (decimal): -8139637 or 9161859. OLE color: 9161859.

HSL color Cylindrical-coordinate representation of color #83CC8B: hue angle of 126.58º 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 #83CC8B is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB131204139-
CMYK0.3600.320.2
HSL126.58º41.71%65.69%-
HSV(B)126.58º35.78%80%-
XYZ35.6149.8832.18-
YUV174.76107.8296.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=27.64%
G=43.04%
B=29.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041390.3600.320.2126.5841.7165.69
Hex83CC8B24020147f2a42
Octal203314213440402417752102
Binary10000011110011001000101110010001000001010011111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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