Html Css Color HEX #82BD7C De York

📋 copy color: '#82BD7C'

red 130 ◦ green 189 ◦ blue 124

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

Shades of De York #82BD7C

Tints of De York #82BD7C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.66%

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 29.35%
G = 42.66%
B = 27.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#82BD7C (or 0x82BD7C) is known color: De York. HEX triplet: 82, BD and 7C. RGB value is (130,189,124). Sum of RGB (Red+Green+Blue) = 130+189+124=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD7C is #7D4283. Grayscale: #A4A4A4. Windows color (decimal): -8209028 or 8174978. OLE color: 8174978.

HSL color Cylindrical-coordinate representation of color #82BD7C: hue angle of 114.46º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82BD7C is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 189 124 -
CMYK 0.31 0 0.34 0.26
HSL 114.46º 0.33% 0.61% -
HSV(B) 114.46º 0.34% 0.74% -
XYZ 31.04 42.6 25.65 -
YUV 163.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 130 189 124 0.31 0 0.34 0.26 114.46 0.33 0.61
Hex 82 BD 7C 1F 0 22 1A 72 21 3D
Octal 202 275 174 37 0 42 32 162 41 75
Binary 10000010 10111101 1111100 11111 0 100010 11010 1110010 100001 111101

Color Harmonies of #82BD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BD7C

Black with #82BD7C

Text Example


Text Example

White with #82BD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,189,124); }

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

background-color css

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

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

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

border-color css

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

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

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