Html Css Color HEX #82BF8D De York

📋 copy color: '#82BF8D'

red 130 ◦ green 191 ◦ blue 141

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

Shades of De York #82BF8D

Tints of De York #82BF8D

RGB

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

 GREEN value IS 191 (75% from 255) = 41.34%

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

R = 28.14%
G = 41.34%
B = 30.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#82BF8D (or 0x82BF8D) is known color: De York. HEX triplet: 82, BF and 8D. RGB value is (130,191,141). Sum of RGB (Red+Green+Blue) = 130+191+141=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82BF8D is #7D4072. Grayscale: #A7A7A7. Windows color (decimal): -8208499 or 9289602. OLE color: 9289602.

HSL color Cylindrical-coordinate representation of color #82BF8D: hue angle of 130.82º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82BF8D is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 191 141 -
CMYK 0.32 0 0.26 0.25
HSL 130.82º 0.32% 0.63% -
HSV(B) 130.82º 0.32% 0.75% -
XYZ 32.64 43.93 31.96 -
YUV 167.06 113.29 101.57 -
System Red Green Blue C M Y K H S L
Decimal 130 191 141 0.32 0 0.26 0.25 130.82 0.32 0.63
Hex 82 BF 8D 20 0 1A 19 83 20 3F
Octal 202 277 215 40 0 32 31 203 40 77
Binary 10000010 10111111 10001101 100000 0 11010 11001 10000011 100000 111111

Color Harmonies of #82BF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF8D

Black with #82BF8D

Text Example


Text Example

White with #82BF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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