Html Css Color HEX #82C282 De York

📋 copy color: '#82C282'

red 130 ◦ green 194 ◦ blue 130

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

Shades of De York #82C282

Tints of De York #82C282

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.73%

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

R = 28.63%
G = 42.73%
B = 28.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#82C282 (or 0x82C282) is known color: De York. HEX triplet: 82, C2 and 82. RGB value is (130,194,130). Sum of RGB (Red+Green+Blue) = 130+194+130=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 130 (51.17% from 255 or 28.63% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #82C282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82C282 is #7D3D7D. Grayscale: #A7A7A7. Windows color (decimal): -8207742 or 8569474. OLE color: 8569474.

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

Color convert

RGB 130 194 130 -
CMYK 0.33 0 0.33 0.24
HSL 120º 0.34% 0.64% -
HSV(B) 120º 0.33% 0.76% -
XYZ 32.53 44.94 28.08 -
YUV 167.57 106.8 101.2 -
System Red Green Blue C M Y K H S L
Decimal 130 194 130 0.33 0 0.33 0.24 120 0.34 0.64
Hex 82 C2 82 21 0 21 18 78 22 40
Octal 202 302 202 41 0 41 30 170 42 100
Binary 10000010 11000010 10000010 100001 0 100001 11000 1111000 100010 1000000

Color Harmonies of #82C282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C282

Black with #82C282

Text Example


Text Example

White with #82C282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,194,130); }

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

background-color css

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

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

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

border-color css

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

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

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