Html Css Color HEX #82CA69 Mantis

📋 copy color: '#82CA69'

red 130 ◦ green 202 ◦ blue 105

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

Shades of Mantis #82CA69

Tints of Mantis #82CA69

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.22%

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

R = 29.75%
G = 46.22%
B = 24.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#82CA69 (or 0x82CA69) is known color: Mantis. HEX triplet: 82, CA and 69. RGB value is (130,202,105). Sum of RGB (Red+Green+Blue) = 130+202+105=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA69 is #7D3596. Grayscale: #A9A9A9. Windows color (decimal): -8205719 or 6933122. OLE color: 6933122.

HSL color Cylindrical-coordinate representation of color #82CA69: hue angle of 104.54º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82CA69 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 105 -
CMYK 0.36 0 0.48 0.21
HSL 104.54º 0.48% 0.6% -
HSV(B) 104.54º 0.48% 0.79% -
XYZ 32.88 48.01 20.9 -
YUV 169.41 91.65 99.89 -
System Red Green Blue C M Y K H S L
Decimal 130 202 105 0.36 0 0.48 0.21 104.54 0.48 0.6
Hex 82 CA 69 24 0 30 15 69 30 3C
Octal 202 312 151 44 0 60 25 151 60 74
Binary 10000010 11001010 1101001 100100 0 110000 10101 1101001 110000 111100

Color Harmonies of #82CA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA69

Black with #82CA69

Text Example


Text Example

White with #82CA69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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