Html Css Color HEX #82D553 Mantis

📋 copy color: '#82D553'

red 130 ◦ green 213 ◦ blue 83

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

Shades of Mantis #82D553

Tints of Mantis #82D553

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50%

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 30.52%
G = 50%
B = 19.48%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#82D553 (or 0x82D553) is known color: Mantis. HEX triplet: 82, D5 and 53. RGB value is (130,213,83). Sum of RGB (Red+Green+Blue) = 130+213+83=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 213 (83.59% from 255 or 50% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 213 - color contains mainly: green. Hex color #82D553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D553 is #7D2AAC. Grayscale: #ADADAD. Windows color (decimal): -8202925 or 5494146. OLE color: 5494146.

HSL color Cylindrical-coordinate representation of color #82D553: hue angle of 98.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82D553 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 213 83 -
CMYK 0.39 0 0.61 0.16
HSL 98.31º 0.61% 0.58% -
HSV(B) 98.31º 0.61% 0.84% -
XYZ 34.56 52.96 16.58 -
YUV 173.36 77 97.07 -
System Red Green Blue C M Y K H S L
Decimal 130 213 83 0.39 0 0.61 0.16 98.31 0.61 0.58
Hex 82 D5 53 27 0 3D 10 62 3D 3A
Octal 202 325 123 47 0 75 20 142 75 72
Binary 10000010 11010101 1010011 100111 0 111101 10000 1100010 111101 111010

Color Harmonies of #82D553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D553

Black with #82D553

Text Example


Text Example

White with #82D553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,213,83); }

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

background-color css

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

 a { background-color: rgb(130,213,83); }

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

border-color css

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

 span { border-color: rgb(130,213,83); }

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