Html Css Color HEX #82CC1C Yellow Green

📋 copy color: '#82CC1C'

red 130 ◦ green 204 ◦ blue 28

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

Shades of Yellow Green #82CC1C

Tints of Yellow Green #82CC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 35.91%
G = 56.35%
B = 7.73%

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

#82CC1C (or 0x82CC1C) is known color: Yellow Green. HEX triplet: 82, CC and 1C. RGB value is (130,204,28). Sum of RGB (Red+Green+Blue) = 130+204+28=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC1C is #7D33E3. Grayscale: #A2A2A2. Windows color (decimal): -8205284 or 1887362. OLE color: 1887362.

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

Color convert

RGB 130 204 28 -
CMYK 0.36 0 0.86 0.2
HSL 85.23º 0.76% 0.45% -
HSV(B) 85.23º 0.86% 0.8% -
XYZ 31.01 48.02 8.73 -
YUV 161.81 52.48 105.31 -
System Red Green Blue C M Y K H S L
Decimal 130 204 28 0.36 0 0.86 0.2 85.23 0.76 0.45
Hex 82 CC 1C 24 0 56 14 55 4C 2D
Octal 202 314 34 44 0 126 24 125 114 55
Binary 10000010 11001100 11100 100100 0 1010110 10100 1010101 1001100 101101

Color Harmonies of #82CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC1C

Black with #82CC1C

Text Example


Text Example

White with #82CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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