Html Css Color HEX #83CA82 De York

📋 copy color: '#83CA82'

red 131 ◦ green 202 ◦ blue 130

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

Shades of De York #83CA82

Tints of De York #83CA82

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

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

R = 28.29%
G = 43.63%
B = 28.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#83CA82 (or 0x83CA82) is known color: De York. HEX triplet: 83, CA and 82. RGB value is (131,202,130). Sum of RGB (Red+Green+Blue) = 131+202+130=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 130 (51.17% from 255 or 28.08% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CA82 is #7C357D. Grayscale: #ACACAC. Windows color (decimal): -8140158 or 8571523. OLE color: 8571523.

HSL color Cylindrical-coordinate representation of color #83CA82: hue angle of 119.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CA82 is Cyan = 0.35, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 202 130 -
CMYK 0.35 0 0.36 0.21
HSL 119.17º 0.4% 0.65% -
HSV(B) 119.17º 0.36% 0.79% -
XYZ 34.51 48.68 28.7 -
YUV 172.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 131 202 130 0.35 0 0.36 0.21 119.17 0.4 0.65
Hex 83 CA 82 23 0 24 15 77 28 41
Octal 203 312 202 43 0 44 25 167 50 101
Binary 10000011 11001010 10000010 100011 0 100100 10101 1110111 101000 1000001

Color Harmonies of #83CA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CA82

Black with #83CA82

Text Example


Text Example

White with #83CA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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