Html Css Color HEX #82D696 De York

📋 copy color: '#82D696'

red 130 ◦ green 214 ◦ blue 150

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

Shades of De York #82D696

Tints of De York #82D696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.32%

 BLUE value IS 150 (58.98% from 255) = 30.36%

R = 26.32%
G = 43.32%
B = 30.36%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#82D696 (or 0x82D696) is known color: De York. HEX triplet: 82, D6 and 96. RGB value is (130,214,150). Sum of RGB (Red+Green+Blue) = 130+214+150=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #82D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D696 is #7D2969. Grayscale: #B5B5B5. Windows color (decimal): -8202602 or 9885314. OLE color: 9885314.

HSL color Cylindrical-coordinate representation of color #82D696: hue angle of 134.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82D696 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 150 -
CMYK 0.39 0 0.30 0.16
HSL 134.29º 0.51% 0.67% -
HSV(B) 134.29º 0.39% 0.84% -
XYZ 38.76 55.04 37.44 -
YUV 181.59 110.17 91.2 -
System Red Green Blue C M Y K H S L
Decimal 130 214 150 0.39 0 0.30 0.16 134.29 0.51 0.67
Hex 82 D6 96 27 0 1E 10 86 33 43
Octal 202 326 226 47 0 36 20 206 63 103
Binary 10000010 11010110 10010110 100111 0 11110 10000 10000110 110011 1000011

Color Harmonies of #82D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D696

Black with #82D696

Text Example


Text Example

White with #82D696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,150); }

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

background-color css

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

 a { background-color: rgb(130,214,150); }

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

border-color css

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

 span { border-color: rgb(130,214,150); }

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