Html Css Color HEX #82C723 Lima

📋 copy color: '#82C723'

red 130 ◦ green 199 ◦ blue 35

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

Shades of Lima #82C723

Tints of Lima #82C723

RGB

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

 GREEN value IS 199 (78.13% from 255) = 54.67%

 BLUE value IS 35 (14.06% from 255) = 9.62%

R = 35.71%
G = 54.67%
B = 9.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#82C723 (or 0x82C723) is known color: Lima. HEX triplet: 82, C7 and 23. RGB value is (130,199,35). Sum of RGB (Red+Green+Blue) = 130+199+35=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 199 (78.12% from 255 or 54.67% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 199 - color contains mainly: green. Hex color #82C723 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C723 is #7D38DC. Grayscale: #A0A0A0. Windows color (decimal): -8206557 or 2344834. OLE color: 2344834.

HSL color Cylindrical-coordinate representation of color #82C723: hue angle of 85.24º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82C723 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 199 35 -
CMYK 0.35 0 0.82 0.22
HSL 85.24º 0.7% 0.46% -
HSV(B) 85.24º 0.82% 0.78% -
XYZ 29.93 45.71 8.84 -
YUV 159.67 57.64 106.84 -
System Red Green Blue C M Y K H S L
Decimal 130 199 35 0.35 0 0.82 0.22 85.24 0.7 0.46
Hex 82 C7 23 23 0 52 16 55 46 2E
Octal 202 307 43 43 0 122 26 125 106 56
Binary 10000010 11000111 100011 100011 0 1010010 10110 1010101 1000110 101110

Color Harmonies of #82C723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C723

Black with #82C723

Text Example


Text Example

White with #82C723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,199,35); }

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

background-color css

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

 a { background-color: rgb(130,199,35); }

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

border-color css

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

 span { border-color: rgb(130,199,35); }

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