Html Css Color HEX #82CF5B Mantis

📋 copy color: '#82CF5B'

red 130 ◦ green 207 ◦ blue 91

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

Shades of Mantis #82CF5B

Tints of Mantis #82CF5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.26%

R = 30.37%
G = 48.36%
B = 21.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#82CF5B (or 0x82CF5B) is known color: Mantis. HEX triplet: 82, CF and 5B. RGB value is (130,207,91). Sum of RGB (Red+Green+Blue) = 130+207+91=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 91 (35.94% from 255 or 21.26% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF5B is #7D30A4. Grayscale: #ABABAB. Windows color (decimal): -8204453 or 6016898. OLE color: 6016898.

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

Color convert

RGB 130 207 91 -
CMYK 0.37 0 0.56 0.19
HSL 99.83º 0.55% 0.58% -
HSV(B) 99.83º 0.56% 0.81% -
XYZ 33.41 50.13 17.81 -
YUV 170.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 130 207 91 0.37 0 0.56 0.19 99.83 0.55 0.58
Hex 82 CF 5B 25 0 38 13 64 37 3A
Octal 202 317 133 45 0 70 23 144 67 72
Binary 10000010 11001111 1011011 100101 0 111000 10011 1100100 110111 111010

Color Harmonies of #82CF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CF5B

Black with #82CF5B

Text Example


Text Example

White with #82CF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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