Html Css Color HEX #82CF53 Mantis

📋 copy color: '#82CF53'

red 130 ◦ green 207 ◦ blue 83

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

Shades of Mantis #82CF53

Tints of Mantis #82CF53

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.29%

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

R = 30.95%
G = 49.29%
B = 19.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#82CF53 (or 0x82CF53) is known color: Mantis. HEX triplet: 82, CF and 53. RGB value is (130,207,83). Sum of RGB (Red+Green+Blue) = 130+207+83=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF53 is #7D30AC. Grayscale: #AAAAAA. Windows color (decimal): -8204461 or 5492610. OLE color: 5492610.

HSL color Cylindrical-coordinate representation of color #82CF53: hue angle of 97.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82CF53 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 207 83 -
CMYK 0.37 0 0.60 0.19
HSL 97.26º 0.56% 0.57% -
HSV(B) 97.26º 0.6% 0.81% -
XYZ 33.08 50 16.09 -
YUV 169.84 78.99 99.58 -
System Red Green Blue C M Y K H S L
Decimal 130 207 83 0.37 0 0.60 0.19 97.26 0.56 0.57
Hex 82 CF 53 25 0 3C 13 61 38 39
Octal 202 317 123 45 0 74 23 141 70 71
Binary 10000010 11001111 1010011 100101 0 111100 10011 1100001 111000 111001

Color Harmonies of #82CF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF53

Black with #82CF53

Text Example


Text Example

White with #82CF53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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