Html Css Color HEX #82CE8F De York

📋 copy color: '#82CE8F'

red 130 ◦ green 206 ◦ blue 143

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

Shades of De York #82CE8F

Tints of De York #82CE8F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 27.14%
G = 43.01%
B = 29.85%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#82CE8F (or 0x82CE8F) is known color: De York. HEX triplet: 82, CE and 8F. RGB value is (130,206,143). Sum of RGB (Red+Green+Blue) = 130+206+143=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CE8F is #7D3170. Grayscale: #B0B0B0. Windows color (decimal): -8204657 or 9424514. OLE color: 9424514.

HSL color Cylindrical-coordinate representation of color #82CE8F: hue angle of 130.26º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82CE8F is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 143 -
CMYK 0.37 0 0.31 0.19
HSL 130.26º 0.44% 0.66% -
HSV(B) 130.26º 0.37% 0.81% -
XYZ 36.24 50.87 33.9 -
YUV 176.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 130 206 143 0.37 0 0.31 0.19 130.26 0.44 0.66
Hex 82 CE 8F 25 0 1F 13 82 2C 42
Octal 202 316 217 45 0 37 23 202 54 102
Binary 10000010 11001110 10001111 100101 0 11111 10011 10000010 101100 1000010

Color Harmonies of #82CE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE8F

Black with #82CE8F

Text Example


Text Example

White with #82CE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,143); }

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

background-color css

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

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

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

border-color css

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

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

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