#83CD94

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

Shades of De York #83CD94

Tints of De York #83CD94

Color information

#83CD94 (or 0x83CD94) is unknown color: approx De York. HEX triplet: 83, CD and 94. RGB value is (131,205,148). Sum of RGB (Red+Green+Blue) = 131+205+148=484 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.07% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #83CD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CD94 is #7C326B. Grayscale: #B0B0B0. Windows color (decimal): -8139372 or 9751939. OLE color: 9751939.

HSL color Cylindrical-coordinate representation of color #83CD94: hue angle of 133.78º degrees, saturation: 0.43, 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 #83CD94 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB131205148-
CMYK0.3600.280.20
HSL133.78º42.53%65.88%-
HSV(B)133.78º36.1%80.39%-
XYZ36.5450.6335.86-
YUV176.38111.9895.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.07%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=27.07%
G=42.36%
B=30.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1312051480.3600.280.20133.7842.5365.88
Hex83CD942401C14862b42
Octal203315224440342420653102
Binary10000011110011011001010010010001110010100100001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,205,148); }

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

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

 a { background-color: rgb(131,205,148); }

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

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

 span { border-color: rgb(131,205,148); }

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