Html Css Color HEX #82CA67 Mantis

📋 copy color: '#82CA67'

red 130 ◦ green 202 ◦ blue 103

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

Shades of Mantis #82CA67

Tints of Mantis #82CA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 29.89%
G = 46.44%
B = 23.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#82CA67 (or 0x82CA67) is known color: Mantis. HEX triplet: 82, CA and 67. RGB value is (130,202,103). Sum of RGB (Red+Green+Blue) = 130+202+103=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA67 is #7D3598. Grayscale: #A9A9A9. Windows color (decimal): -8205721 or 6802050. OLE color: 6802050.

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

Color convert

RGB 130 202 103 -
CMYK 0.36 0 0.49 0.21
HSL 103.64º 0.48% 0.6% -
HSV(B) 103.64º 0.49% 0.79% -
XYZ 32.77 47.97 20.36 -
YUV 169.19 90.65 100.05 -
System Red Green Blue C M Y K H S L
Decimal 130 202 103 0.36 0 0.49 0.21 103.64 0.48 0.6
Hex 82 CA 67 24 0 31 15 68 30 3C
Octal 202 312 147 44 0 61 25 150 60 74
Binary 10000010 11001010 1100111 100100 0 110001 10101 1101000 110000 111100

Color Harmonies of #82CA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA67

Black with #82CA67

Text Example


Text Example

White with #82CA67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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