Html Css Color HEX #82CE8C De York

📋 copy color: '#82CE8C'

red 130 ◦ green 206 ◦ blue 140

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

Shades of De York #82CE8C

Tints of De York #82CE8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 27.31%
G = 43.28%
B = 29.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#82CE8C (or 0x82CE8C) is known color: De York. HEX triplet: 82, CE and 8C. RGB value is (130,206,140). Sum of RGB (Red+Green+Blue) = 130+206+140=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CE8C is #7D3173. Grayscale: #AFAFAF. Windows color (decimal): -8204660 or 9227906. OLE color: 9227906.

HSL color Cylindrical-coordinate representation of color #82CE8C: hue angle of 127.89º 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 #82CE8C is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 206 140 -
CMYK 0.37 0 0.32 0.19
HSL 127.89º 0.44% 0.66% -
HSV(B) 127.89º 0.37% 0.81% -
XYZ 36.01 50.78 32.71 -
YUV 175.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 130 206 140 0.37 0 0.32 0.19 127.89 0.44 0.66
Hex 82 CE 8C 25 0 20 13 80 2C 42
Octal 202 316 214 45 0 40 23 200 54 102
Binary 10000010 11001110 10001100 100101 0 100000 10011 10000000 101100 1000010

Color Harmonies of #82CE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE8C

Black with #82CE8C

Text Example


Text Example

White with #82CE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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