#83CC95

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

Shades of De York #83CC95

Tints of De York #83CC95

Color information

#83CC95 (or 0x83CC95) is unknown color: approx De York. HEX triplet: 83, CC and 95. RGB value is (131,204,149). Sum of RGB (Red+Green+Blue) = 131+204+149=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CC95 is #7C336A. Grayscale: #B0B0B0. Windows color (decimal): -8139627 or 9817219. OLE color: 9817219.

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

Color convert

RGB131204149-
CMYK0.3600.270.2
HSL134.79º41.71%65.69%-
HSV(B)134.79º35.78%80%-
XYZ36.3850.1836.2-
YUV175.9112.8295.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=27.07%
G=42.15%
B=30.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1312041490.3600.270.2134.7941.7165.69
Hex83CC952401B14872a42
Octal203314225440332420752102
Binary10000011110011001001010110010001101110100100001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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