Html Css Color HEX #82D72C Yellow Green

📋 copy color: '#82D72C'

red 130 ◦ green 215 ◦ blue 44

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

Shades of Yellow Green #82D72C

Tints of Yellow Green #82D72C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 55.27%

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 33.42%
G = 55.27%
B = 11.31%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#82D72C (or 0x82D72C) is known color: Yellow Green. HEX triplet: 82, D7 and 2C. RGB value is (130,215,44). Sum of RGB (Red+Green+Blue) = 130+215+44=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #82D72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D72C is #7D28D3. Grayscale: #AAAAAA. Windows color (decimal): -8202452 or 2938754. OLE color: 2938754.

HSL color Cylindrical-coordinate representation of color #82D72C: hue angle of 89.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #82D72C is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 215 44 -
CMYK 0.40 0 0.80 0.16
HSL 89.82º 0.68% 0.51% -
HSV(B) 89.82º 0.8% 0.84% -
XYZ 33.96 53.53 10.92 -
YUV 170.09 56.84 99.4 -
System Red Green Blue C M Y K H S L
Decimal 130 215 44 0.40 0 0.80 0.16 89.82 0.68 0.51
Hex 82 D7 2C 28 0 50 10 5A 44 33
Octal 202 327 54 50 0 120 20 132 104 63
Binary 10000010 11010111 101100 101000 0 1010000 10000 1011010 1000100 110011

Color Harmonies of #82D72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D72C

Black with #82D72C

Text Example


Text Example

White with #82D72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,215,44); }

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

background-color css

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

 a { background-color: rgb(130,215,44); }

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

border-color css

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

 span { border-color: rgb(130,215,44); }

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