Html Css Color HEX #82CF10 Lima

📋 copy color: '#82CF10'

red 130 ◦ green 207 ◦ blue 16

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

Shades of Lima #82CF10

Tints of Lima #82CF10

RGB

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

 GREEN value IS 207 (81.25% from 255) = 58.64%

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 36.83%
G = 58.64%
B = 4.53%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#82CF10 (or 0x82CF10) is known color: Lima. HEX triplet: 82, CF and 10. RGB value is (130,207,16). Sum of RGB (Red+Green+Blue) = 130+207+16=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CF10 is #7D30EF. Grayscale: #A2A2A2. Windows color (decimal): -8204528 or 1101698. OLE color: 1101698.

HSL color Cylindrical-coordinate representation of color #82CF10: hue angle of 84.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82CF10 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 207 16 -
CMYK 0.37 0 0.92 0.19
HSL 84.19º 0.86% 0.44% -
HSV(B) 84.19º 0.92% 0.81% -
XYZ 31.61 49.41 8.36 -
YUV 162.2 45.49 105.03 -
System Red Green Blue C M Y K H S L
Decimal 130 207 16 0.37 0 0.92 0.19 84.19 0.86 0.44
Hex 82 CF 10 25 0 5C 13 54 56 2C
Octal 202 317 20 45 0 134 23 124 126 54
Binary 10000010 11001111 10000 100101 0 1011100 10011 1010100 1010110 101100

Color Harmonies of #82CF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF10

Black with #82CF10

Text Example


Text Example

White with #82CF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,207,16); }

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

background-color css

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

 a { background-color: rgb(130,207,16); }

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

border-color css

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

 span { border-color: rgb(130,207,16); }

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