Html Css Color HEX #82C18D De York

📋 copy color: '#82C18D'

red 130 ◦ green 193 ◦ blue 141

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

Shades of De York #82C18D

Tints of De York #82C18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 28.02%
G = 41.59%
B = 30.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#82C18D (or 0x82C18D) is known color: De York. HEX triplet: 82, C1 and 8D. RGB value is (130,193,141). Sum of RGB (Red+Green+Blue) = 130+193+141=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 193 (75.78% from 255 or 41.59% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 193 - color contains mainly: green. Hex color #82C18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C18D is #7D3E72. Grayscale: #A8A8A8. Windows color (decimal): -8207987 or 9290114. OLE color: 9290114.

HSL color Cylindrical-coordinate representation of color #82C18D: hue angle of 130.48º 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 #82C18D is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 193 141 -
CMYK 0.33 0 0.27 0.24
HSL 130.48º 0.34% 0.63% -
HSV(B) 130.48º 0.33% 0.76% -
XYZ 33.08 44.81 32.1 -
YUV 168.24 112.63 100.73 -
System Red Green Blue C M Y K H S L
Decimal 130 193 141 0.33 0 0.27 0.24 130.48 0.34 0.63
Hex 82 C1 8D 21 0 1B 18 82 22 3F
Octal 202 301 215 41 0 33 30 202 42 77
Binary 10000010 11000001 10001101 100001 0 11011 11000 10000010 100010 111111

Color Harmonies of #82C18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C18D

Black with #82C18D

Text Example


Text Example

White with #82C18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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