Html Css Color HEX #82CC45 Mantis

📋 copy color: '#82CC45'

red 130 ◦ green 204 ◦ blue 69

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

Shades of Mantis #82CC45

Tints of Mantis #82CC45

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.62%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 32.26%
G = 50.62%
B = 17.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#82CC45 (or 0x82CC45) is known color: Mantis. HEX triplet: 82, CC and 45. RGB value is (130,204,69). Sum of RGB (Red+Green+Blue) = 130+204+69=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CC45 is #7D33BA. Grayscale: #A6A6A6. Windows color (decimal): -8205243 or 4574338. OLE color: 4574338.

HSL color Cylindrical-coordinate representation of color #82CC45: hue angle of 92.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82CC45 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 204 69 -
CMYK 0.36 0 0.66 0.2
HSL 92.89º 0.57% 0.54% -
HSV(B) 92.89º 0.66% 0.8% -
XYZ 31.87 48.36 13.29 -
YUV 166.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 130 204 69 0.36 0 0.66 0.2 92.89 0.57 0.54
Hex 82 CC 45 24 0 42 14 5D 39 36
Octal 202 314 105 44 0 102 24 135 71 66
Binary 10000010 11001100 1000101 100100 0 1000010 10100 1011101 111001 110110

Color Harmonies of #82CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CC45

Black with #82CC45

Text Example


Text Example

White with #82CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,204,69); }

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

background-color css

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

 a { background-color: rgb(130,204,69); }

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

border-color css

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

 span { border-color: rgb(130,204,69); }

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