Html Css Color HEX #82CB6F Mantis

📋 copy color: '#82CB6F'

red 130 ◦ green 203 ◦ blue 111

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

Shades of Mantis #82CB6F

Tints of Mantis #82CB6F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.72%

 BLUE value IS 111 (43.75% from 255) = 25%

R = 29.28%
G = 45.72%
B = 25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#82CB6F (or 0x82CB6F) is known color: Mantis. HEX triplet: 82, CB and 6F. RGB value is (130,203,111). Sum of RGB (Red+Green+Blue) = 130+203+111=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB6F is #7D3490. Grayscale: #AAAAAA. Windows color (decimal): -8205457 or 7326594. OLE color: 7326594.

HSL color Cylindrical-coordinate representation of color #82CB6F: hue angle of 107.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82CB6F is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 203 111 -
CMYK 0.36 0 0.45 0.20
HSL 107.61º 0.47% 0.62% -
HSV(B) 107.61º 0.45% 0.8% -
XYZ 33.43 48.61 22.66 -
YUV 170.69 94.32 98.98 -
System Red Green Blue C M Y K H S L
Decimal 130 203 111 0.36 0 0.45 0.20 107.61 0.47 0.62
Hex 82 CB 6F 24 0 2D 14 6C 2F 3E
Octal 202 313 157 44 0 55 24 154 57 76
Binary 10000010 11001011 1101111 100100 0 101101 10100 1101100 101111 111110

Color Harmonies of #82CB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB6F

Black with #82CB6F

Text Example


Text Example

White with #82CB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,203,111); }

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

background-color css

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

 a { background-color: rgb(130,203,111); }

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

border-color css

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

 span { border-color: rgb(130,203,111); }

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