Html Css Color HEX #83C182 De York

📋 copy color: '#83C182'

red 131 ◦ green 193 ◦ blue 130

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

Shades of De York #83C182

Tints of De York #83C182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.63%

R = 28.85%
G = 42.51%
B = 28.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#83C182 (or 0x83C182) is known color: De York. HEX triplet: 83, C1 and 82. RGB value is (131,193,130). Sum of RGB (Red+Green+Blue) = 131+193+130=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #83C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83C182 is #7C3E7D. Grayscale: #A7A7A7. Windows color (decimal): -8142462 or 8569219. OLE color: 8569219.

HSL color Cylindrical-coordinate representation of color #83C182: hue angle of 119.05º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #83C182 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 193 130 -
CMYK 0.32 0 0.33 0.24
HSL 119.05º 0.34% 0.63% -
HSV(B) 119.05º 0.33% 0.76% -
XYZ 32.46 44.58 28.01 -
YUV 167.28 106.96 102.12 -
System Red Green Blue C M Y K H S L
Decimal 131 193 130 0.32 0 0.33 0.24 119.05 0.34 0.63
Hex 83 C1 82 20 0 21 18 77 22 3F
Octal 203 301 202 40 0 41 30 167 42 77
Binary 10000011 11000001 10000010 100000 0 100001 11000 1110111 100010 111111

Color Harmonies of #83C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C182

Black with #83C182

Text Example


Text Example

White with #83C182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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