Html Css Color HEX #82CE7E De York

📋 copy color: '#82CE7E'

red 130 ◦ green 206 ◦ blue 126

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

Shades of De York #82CE7E

Tints of De York #82CE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.27%

R = 28.14%
G = 44.59%
B = 27.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#82CE7E (or 0x82CE7E) is known color: De York. HEX triplet: 82, CE and 7E. RGB value is (130,206,126). Sum of RGB (Red+Green+Blue) = 130+206+126=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE7E is #7D3181. Grayscale: #AEAEAE. Windows color (decimal): -8204674 or 8310402. OLE color: 8310402.

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

Color convert

RGB 130 206 126 -
CMYK 0.37 0 0.39 0.19
HSL 117º 0.45% 0.65% -
HSV(B) 117º 0.39% 0.81% -
XYZ 35.04 50.39 27.62 -
YUV 174.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 130 206 126 0.37 0 0.39 0.19 117 0.45 0.65
Hex 82 CE 7E 25 0 27 13 75 2D 41
Octal 202 316 176 45 0 47 23 165 55 101
Binary 10000010 11001110 1111110 100101 0 100111 10011 1110101 101101 1000001

Color Harmonies of #82CE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE7E

Black with #82CE7E

Text Example


Text Example

White with #82CE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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