Html Css Color HEX #83C185 De York

📋 copy color: '#83C185'

red 131 ◦ green 193 ◦ blue 133

#83C185
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #83C185

Tints of De York #83C185

RGB

 RED value IS 131 (51.56% from 255) = 28.67%

 GREEN value IS 193 (75.78% from 255) = 42.23%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 28.67%
G = 42.23%
B = 29.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#83C185 (or 0x83C185) is known color: De York. HEX triplet: 83, C1 and 85. RGB value is (131,193,133). Sum of RGB (Red+Green+Blue) = 131+193+133=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #83C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C185 is #7C3E7A. Grayscale: #A7A7A7. Windows color (decimal): -8142459 or 8765827. OLE color: 8765827.

HSL color Cylindrical-coordinate representation of color #83C185: hue angle of 121.94º degrees, saturation: 0.33, 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 #83C185 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 193 133 -
CMYK 0.32 0 0.31 0.24
HSL 121.94º 0.33% 0.64% -
HSV(B) 121.94º 0.32% 0.76% -
XYZ 32.66 44.66 29.09 -
YUV 167.62 108.46 101.88 -
System Red Green Blue C M Y K H S L
Decimal 131 193 133 0.32 0 0.31 0.24 121.94 0.33 0.64
Hex 83 C1 85 20 0 1F 18 7A 21 40
Octal 203 301 205 40 0 37 30 172 41 100
Binary 10000011 11000001 10000101 100000 0 11111 11000 1111010 100001 1000000

Color Harmonies of #83C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C185

Black with #83C185

Text Example


Text Example

White with #83C185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,193,133); }

 H1.HeaderClassName
 {
   color: #83C185;
 }
 .AnyTagClassName
 {
   color: #83C185;
 }
</style>

background-color css

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

 a { background-color: rgb(131,193,133); }

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

border-color css

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

 span { border-color: rgb(131,193,133); }

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