Html Css Color HEX #82CA7D De York

📋 copy color: '#82CA7D'

red 130 ◦ green 202 ◦ blue 125

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

Shades of De York #82CA7D

Tints of De York #82CA7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.35%

R = 28.45%
G = 44.2%
B = 27.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#82CA7D (or 0x82CA7D) is known color: De York. HEX triplet: 82, CA and 7D. RGB value is (130,202,125). Sum of RGB (Red+Green+Blue) = 130+202+125=457 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.45% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA7D is #7D3582. Grayscale: #ABABAB. Windows color (decimal): -8205699 or 8243842. OLE color: 8243842.

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

Color convert

RGB 130 202 125 -
CMYK 0.36 0 0.38 0.21
HSL 116.1º 0.42% 0.64% -
HSV(B) 116.1º 0.38% 0.79% -
XYZ 34.03 48.47 26.96 -
YUV 171.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 130 202 125 0.36 0 0.38 0.21 116.1 0.42 0.64
Hex 82 CA 7D 24 0 26 15 74 2A 40
Octal 202 312 175 44 0 46 25 164 52 100
Binary 10000010 11001010 1111101 100100 0 100110 10101 1110100 101010 1000000

Color Harmonies of #82CA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA7D

Black with #82CA7D

Text Example


Text Example

White with #82CA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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