Html Css Color HEX #82C983 De York

📋 copy color: '#82C983'

red 130 ◦ green 201 ◦ blue 131

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

Shades of De York #82C983

Tints of De York #82C983

RGB

 RED value IS 130 (51.17% from 255) = 28.14%

 GREEN value IS 201 (78.91% from 255) = 43.51%

 BLUE value IS 131 (51.56% from 255) = 28.35%

R = 28.14%
G = 43.51%
B = 28.35%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#82C983 (or 0x82C983) is known color: De York. HEX triplet: 82, C9 and 83. RGB value is (130,201,131). Sum of RGB (Red+Green+Blue) = 130+201+131=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 201 - color contains mainly: green. Hex color #82C983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C983 is #7D367C. Grayscale: #ABABAB. Windows color (decimal): -8205949 or 8636802. OLE color: 8636802.

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

Color convert

RGB 130 201 131 -
CMYK 0.35 0 0.35 0.21
HSL 120.85º 0.4% 0.65% -
HSV(B) 120.85º 0.35% 0.79% -
XYZ 34.19 48.16 28.97 -
YUV 171.79 104.98 98.19 -
System Red Green Blue C M Y K H S L
Decimal 130 201 131 0.35 0 0.35 0.21 120.85 0.4 0.65
Hex 82 C9 83 23 0 23 15 79 28 41
Octal 202 311 203 43 0 43 25 171 50 101
Binary 10000010 11001001 10000011 100011 0 100011 10101 1111001 101000 1000001

Color Harmonies of #82C983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C983

Black with #82C983

Text Example


Text Example

White with #82C983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82C983; }

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

 H1.HeaderClassName
 {
   color: #82C983;
 }
 .AnyTagClassName
 {
   color: #82C983;
 }
</style>

background-color css

<style>
 a { background-color: #82C983; }

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

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

border-color css

<style>
 span { border-color: #82C983; }

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

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