Html Css Color HEX #82CA81 De York

📋 copy color: '#82CA81'

red 130 ◦ green 202 ◦ blue 129

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

Shades of De York #82CA81

Tints of De York #82CA81

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.82%

 BLUE value IS 129 (50.78% from 255) = 27.98%

R = 28.2%
G = 43.82%
B = 27.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#82CA81 (or 0x82CA81) is known color: De York. HEX triplet: 82, CA and 81. RGB value is (130,202,129). Sum of RGB (Red+Green+Blue) = 130+202+129=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA81 is #7D357E. Grayscale: #ACACAC. Windows color (decimal): -8205695 or 8505986. OLE color: 8505986.

HSL color Cylindrical-coordinate representation of color #82CA81: hue angle of 119.18º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA81 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 129 -
CMYK 0.36 0 0.36 0.21
HSL 119.18º 0.41% 0.65% -
HSV(B) 119.18º 0.36% 0.79% -
XYZ 34.29 48.57 28.34 -
YUV 172.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 130 202 129 0.36 0 0.36 0.21 119.18 0.41 0.65
Hex 82 CA 81 24 0 24 15 77 29 41
Octal 202 312 201 44 0 44 25 167 51 101
Binary 10000010 11001010 10000001 100100 0 100100 10101 1110111 101001 1000001

Color Harmonies of #82CA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA81

Black with #82CA81

Text Example


Text Example

White with #82CA81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,129); }

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

background-color css

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

 a { background-color: rgb(130,202,129); }

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

border-color css

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

 span { border-color: rgb(130,202,129); }

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