Html Css Color HEX #82D68A De York

📋 copy color: '#82D68A'

red 130 ◦ green 214 ◦ blue 138

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

Shades of De York #82D68A

Tints of De York #82D68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 26.97%
G = 44.4%
B = 28.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#82D68A (or 0x82D68A) is known color: De York. HEX triplet: 82, D6 and 8A. RGB value is (130,214,138). Sum of RGB (Red+Green+Blue) = 130+214+138=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #82D68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D68A is #7D2975. Grayscale: #B4B4B4. Windows color (decimal): -8202614 or 9098882. OLE color: 9098882.

HSL color Cylindrical-coordinate representation of color #82D68A: hue angle of 125.71º 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 #82D68A is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 138 -
CMYK 0.39 0 0.36 0.16
HSL 125.71º 0.51% 0.67% -
HSV(B) 125.71º 0.39% 0.84% -
XYZ 37.84 54.67 32.6 -
YUV 180.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 130 214 138 0.39 0 0.36 0.16 125.71 0.51 0.67
Hex 82 D6 8A 27 0 24 10 7E 33 43
Octal 202 326 212 47 0 44 20 176 63 103
Binary 10000010 11010110 10001010 100111 0 100100 10000 1111110 110011 1000011

Color Harmonies of #82D68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D68A

Black with #82D68A

Text Example


Text Example

White with #82D68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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