Html Css Color HEX #82CC1D Yellow Green

📋 copy color: '#82CC1D'

red 130 ◦ green 204 ◦ blue 29

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

Shades of Yellow Green #82CC1D

Tints of Yellow Green #82CC1D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.2%

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 35.81%
G = 56.2%
B = 7.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#82CC1D (or 0x82CC1D) is known color: Yellow Green. HEX triplet: 82, CC and 1D. RGB value is (130,204,29). Sum of RGB (Red+Green+Blue) = 130+204+29=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC1D is #7D33E2. Grayscale: #A2A2A2. Windows color (decimal): -8205283 or 1952898. OLE color: 1952898.

HSL color Cylindrical-coordinate representation of color #82CC1D: hue angle of 85.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #82CC1D is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 29 -
CMYK 0.36 0 0.86 0.2
HSL 85.37º 0.75% 0.46% -
HSV(B) 85.37º 0.86% 0.8% -
XYZ 31.02 48.02 8.8 -
YUV 161.92 52.98 105.23 -
System Red Green Blue C M Y K H S L
Decimal 130 204 29 0.36 0 0.86 0.2 85.37 0.75 0.46
Hex 82 CC 1D 24 0 56 14 55 4B 2E
Octal 202 314 35 44 0 126 24 125 113 56
Binary 10000010 11001100 11101 100100 0 1010110 10100 1010101 1001011 101110

Color Harmonies of #82CC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC1D

Black with #82CC1D

Text Example


Text Example

White with #82CC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,29); }

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

background-color css

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

 a { background-color: rgb(130,204,29); }

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

border-color css

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

 span { border-color: rgb(130,204,29); }

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