Html Css Color HEX #82CB09 Lima

📋 copy color: '#82CB09'

red 130 ◦ green 203 ◦ blue 9

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

Shades of Lima #82CB09

Tints of Lima #82CB09

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.36%

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

R = 38.01%
G = 59.36%
B = 2.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#82CB09 (or 0x82CB09) is known color: Lima. HEX triplet: 82, CB and 09. RGB value is (130,203,9). Sum of RGB (Red+Green+Blue) = 130+203+9=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82CB09 is #7D34F6. Grayscale: #9F9F9F. Windows color (decimal): -8205559 or 641922. OLE color: 641922.

HSL color Cylindrical-coordinate representation of color #82CB09: hue angle of 82.58º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82CB09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 203 9 -
CMYK 0.36 0 0.96 0.20
HSL 82.58º 0.92% 0.42% -
HSV(B) 82.58º 0.96% 0.8% -
XYZ 30.61 47.48 7.81 -
YUV 159.06 43.32 107.27 -
System Red Green Blue C M Y K H S L
Decimal 130 203 9 0.36 0 0.96 0.20 82.58 0.92 0.42
Hex 82 CB 9 24 0 60 14 53 5C 2A
Octal 202 313 11 44 0 140 24 123 134 52
Binary 10000010 11001011 1001 100100 0 1100000 10100 1010011 1011100 101010

Color Harmonies of #82CB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB09

Black with #82CB09

Text Example


Text Example

White with #82CB09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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