Html Css Color HEX #82D794 De York

📋 copy color: '#82D794'

red 130 ◦ green 215 ◦ blue 148

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

Shades of De York #82D794

Tints of De York #82D794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.61%

 BLUE value IS 148 (58.2% from 255) = 30.02%

R = 26.37%
G = 43.61%
B = 30.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#82D794 (or 0x82D794) is known color: De York. HEX triplet: 82, D7 and 94. RGB value is (130,215,148). Sum of RGB (Red+Green+Blue) = 130+215+148=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 215 (84.38% from 255 or 43.61% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 215 - color contains mainly: green. Hex color #82D794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D794 is #7D286B. Grayscale: #B6B6B6. Windows color (decimal): -8202348 or 9754498. OLE color: 9754498.

HSL color Cylindrical-coordinate representation of color #82D794: hue angle of 132.71º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #82D794 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 148 -
CMYK 0.40 0 0.31 0.16
HSL 132.71º 0.52% 0.68% -
HSV(B) 132.71º 0.4% 0.84% -
XYZ 38.85 55.48 36.68 -
YUV 181.95 108.84 90.95 -
System Red Green Blue C M Y K H S L
Decimal 130 215 148 0.40 0 0.31 0.16 132.71 0.52 0.68
Hex 82 D7 94 28 0 1F 10 85 34 44
Octal 202 327 224 50 0 37 20 205 64 104
Binary 10000010 11010111 10010100 101000 0 11111 10000 10000101 110100 1000100

Color Harmonies of #82D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D794

Black with #82D794

Text Example


Text Example

White with #82D794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,215,148); }

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

background-color css

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

 a { background-color: rgb(130,215,148); }

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

border-color css

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

 span { border-color: rgb(130,215,148); }

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