Html Css Color HEX #82C90E Lima

📋 copy color: '#82C90E'

red 130 ◦ green 201 ◦ blue 14

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

Shades of Lima #82C90E

Tints of Lima #82C90E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.26%

 BLUE value IS 14 (5.86% from 255) = 4.06%

R = 37.68%
G = 58.26%
B = 4.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#82C90E (or 0x82C90E) is known color: Lima. HEX triplet: 82, C9 and 0E. RGB value is (130,201,14). Sum of RGB (Red+Green+Blue) = 130+201+14=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #82C90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C90E is #7D36F1. Grayscale: #9F9F9F. Windows color (decimal): -8206066 or 969090. OLE color: 969090.

HSL color Cylindrical-coordinate representation of color #82C90E: hue angle of 82.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82C90E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 201 14 -
CMYK 0.35 0 0.93 0.21
HSL 82.78º 0.87% 0.42% -
HSV(B) 82.78º 0.93% 0.79% -
XYZ 30.17 46.55 7.81 -
YUV 158.45 46.48 107.71 -
System Red Green Blue C M Y K H S L
Decimal 130 201 14 0.35 0 0.93 0.21 82.78 0.87 0.42
Hex 82 C9 E 23 0 5D 15 53 57 2A
Octal 202 311 16 43 0 135 25 123 127 52
Binary 10000010 11001001 1110 100011 0 1011101 10101 1010011 1010111 101010

Color Harmonies of #82C90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C90E

Black with #82C90E

Text Example


Text Example

White with #82C90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,201,14); }

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

background-color css

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

 a { background-color: rgb(130,201,14); }

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

border-color css

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

 span { border-color: rgb(130,201,14); }

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