Html Css Color HEX #82CA73 De York

📋 copy color: '#82CA73'

red 130 ◦ green 202 ◦ blue 115

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

Shades of De York #82CA73

Tints of De York #82CA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 29.08%
G = 45.19%
B = 25.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#82CA73 (or 0x82CA73) is known color: De York. HEX triplet: 82, CA and 73. RGB value is (130,202,115). Sum of RGB (Red+Green+Blue) = 130+202+115=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA73 is #7D358C. Grayscale: #AAAAAA. Windows color (decimal): -8205709 or 7588482. OLE color: 7588482.

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

Color convert

RGB 130 202 115 -
CMYK 0.36 0 0.43 0.21
HSL 109.66º 0.45% 0.62% -
HSV(B) 109.66º 0.43% 0.79% -
XYZ 33.42 48.22 23.77 -
YUV 170.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 130 202 115 0.36 0 0.43 0.21 109.66 0.45 0.62
Hex 82 CA 73 24 0 2B 15 6E 2D 3E
Octal 202 312 163 44 0 53 25 156 55 76
Binary 10000010 11001010 1110011 100100 0 101011 10101 1101110 101101 111110

Color Harmonies of #82CA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA73

Black with #82CA73

Text Example


Text Example

White with #82CA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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