Html Css Color HEX #82CD12 Lima

📋 copy color: '#82CD12'

red 130 ◦ green 205 ◦ blue 18

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

Shades of Lima #82CD12

Tints of Lima #82CD12

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.07%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 36.83%
G = 58.07%
B = 5.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#82CD12 (or 0x82CD12) is known color: Lima. HEX triplet: 82, CD and 12. RGB value is (130,205,18). Sum of RGB (Red+Green+Blue) = 130+205+18=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CD12 is #7D32ED. Grayscale: #A1A1A1. Windows color (decimal): -8205038 or 1232258. OLE color: 1232258.

HSL color Cylindrical-coordinate representation of color #82CD12: hue angle of 84.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82CD12 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 205 18 -
CMYK 0.37 0 0.91 0.20
HSL 84.06º 0.84% 0.44% -
HSV(B) 84.06º 0.91% 0.8% -
XYZ 31.15 48.45 8.28 -
YUV 161.26 47.15 105.71 -
System Red Green Blue C M Y K H S L
Decimal 130 205 18 0.37 0 0.91 0.20 84.06 0.84 0.44
Hex 82 CD 12 25 0 5B 14 54 54 2C
Octal 202 315 22 45 0 133 24 124 124 54
Binary 10000010 11001101 10010 100101 0 1011011 10100 1010100 1010100 101100

Color Harmonies of #82CD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD12

Black with #82CD12

Text Example


Text Example

White with #82CD12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,205,18); }

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

background-color css

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

 a { background-color: rgb(130,205,18); }

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

border-color css

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

 span { border-color: rgb(130,205,18); }

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