Html Css Color HEX #82C409 Lima

📋 copy color: '#82C409'

red 130 ◦ green 196 ◦ blue 9

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

Shades of Lima #82C409

Tints of Lima #82C409

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.51%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 38.81%
G = 58.51%
B = 2.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#82C409 (or 0x82C409) is known color: Lima. HEX triplet: 82, C4 and 09. RGB value is (130,196,9). Sum of RGB (Red+Green+Blue) = 130+196+9=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #82C409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C409 is #7D3BF6. Grayscale: #9B9B9B. Windows color (decimal): -8207351 or 640130. OLE color: 640130.

HSL color Cylindrical-coordinate representation of color #82C409: hue angle of 81.18º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82C409 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 196 9 -
CMYK 0.34 0 0.95 0.23
HSL 81.18º 0.91% 0.4% -
HSV(B) 81.18º 0.95% 0.77% -
XYZ 29 44.25 7.27 -
YUV 154.95 45.63 110.21 -
System Red Green Blue C M Y K H S L
Decimal 130 196 9 0.34 0 0.95 0.23 81.18 0.91 0.4
Hex 82 C4 9 22 0 5F 17 51 5B 28
Octal 202 304 11 42 0 137 27 121 133 50
Binary 10000010 11000100 1001 100010 0 1011111 10111 1010001 1011011 101000

Color Harmonies of #82C409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C409

Black with #82C409

Text Example


Text Example

White with #82C409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,196,9); }

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

background-color css

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

 a { background-color: rgb(130,196,9); }

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

border-color css

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

 span { border-color: rgb(130,196,9); }

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