Html Css Color HEX #82CE68 Mantis

📋 copy color: '#82CE68'

red 130 ◦ green 206 ◦ blue 104

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

Shades of Mantis #82CE68

Tints of Mantis #82CE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.64%

R = 29.55%
G = 46.82%
B = 23.64%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#82CE68 (or 0x82CE68) is known color: Mantis. HEX triplet: 82, CE and 68. RGB value is (130,206,104). Sum of RGB (Red+Green+Blue) = 130+206+104=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE68 is #7D3197. Grayscale: #ABABAB. Windows color (decimal): -8204696 or 6868610. OLE color: 6868610.

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

Color convert

RGB 130 206 104 -
CMYK 0.37 0 0.50 0.19
HSL 104.71º 0.51% 0.61% -
HSV(B) 104.71º 0.5% 0.81% -
XYZ 33.78 49.89 20.95 -
YUV 171.65 89.82 98.29 -
System Red Green Blue C M Y K H S L
Decimal 130 206 104 0.37 0 0.50 0.19 104.71 0.51 0.61
Hex 82 CE 68 25 0 32 13 69 33 3D
Octal 202 316 150 45 0 62 23 151 63 75
Binary 10000010 11001110 1101000 100101 0 110010 10011 1101001 110011 111101

Color Harmonies of #82CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CE68

Black with #82CE68

Text Example


Text Example

White with #82CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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