Html Css Color HEX #82CE69 Mantis

📋 copy color: '#82CE69'

red 130 ◦ green 206 ◦ blue 105

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

Shades of Mantis #82CE69

Tints of Mantis #82CE69

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 29.48%
G = 46.71%
B = 23.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#82CE69 (or 0x82CE69) is known color: Mantis. HEX triplet: 82, CE and 69. RGB value is (130,206,105). Sum of RGB (Red+Green+Blue) = 130+206+105=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE69 is #7D3196. Grayscale: #ACACAC. Windows color (decimal): -8204695 or 6934146. OLE color: 6934146.

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

Color convert

RGB 130 206 105 -
CMYK 0.37 0 0.49 0.19
HSL 105.15º 0.51% 0.61% -
HSV(B) 105.15º 0.49% 0.81% -
XYZ 33.83 49.91 21.22 -
YUV 171.76 90.32 98.21 -
System Red Green Blue C M Y K H S L
Decimal 130 206 105 0.37 0 0.49 0.19 105.15 0.51 0.61
Hex 82 CE 69 25 0 31 13 69 33 3D
Octal 202 316 151 45 0 61 23 151 63 75
Binary 10000010 11001110 1101001 100101 0 110001 10011 1101001 110011 111101

Color Harmonies of #82CE69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE69

Black with #82CE69

Text Example


Text Example

White with #82CE69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,206,105); }

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

background-color css

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

 a { background-color: rgb(130,206,105); }

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

border-color css

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

 span { border-color: rgb(130,206,105); }

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