Html Css Color HEX #82D68B De York

📋 copy color: '#82D68B'

red 130 ◦ green 214 ◦ blue 139

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

Shades of De York #82D68B

Tints of De York #82D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.78%

R = 26.92%
G = 44.31%
B = 28.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#82D68B (or 0x82D68B) is known color: De York. HEX triplet: 82, D6 and 8B. RGB value is (130,214,139). Sum of RGB (Red+Green+Blue) = 130+214+139=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #82D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82D68B is #7D2974. Grayscale: #B4B4B4. Windows color (decimal): -8202613 or 9164418. OLE color: 9164418.

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

Color convert

RGB 130 214 139 -
CMYK 0.39 0 0.35 0.16
HSL 126.43º 0.51% 0.67% -
HSV(B) 126.43º 0.39% 0.84% -
XYZ 37.91 54.7 32.99 -
YUV 180.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 130 214 139 0.39 0 0.35 0.16 126.43 0.51 0.67
Hex 82 D6 8B 27 0 23 10 7E 33 43
Octal 202 326 213 47 0 43 20 176 63 103
Binary 10000010 11010110 10001011 100111 0 100011 10000 1111110 110011 1000011

Color Harmonies of #82D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D68B

Black with #82D68B

Text Example


Text Example

White with #82D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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