Html Css Color HEX #82CB6B Mantis

📋 copy color: '#82CB6B'

red 130 ◦ green 203 ◦ blue 107

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

Shades of Mantis #82CB6B

Tints of Mantis #82CB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 29.55%
G = 46.14%
B = 24.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#82CB6B (or 0x82CB6B) is known color: Mantis. HEX triplet: 82, CB and 6B. RGB value is (130,203,107). Sum of RGB (Red+Green+Blue) = 130+203+107=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB6B is #7D3494. Grayscale: #AAAAAA. Windows color (decimal): -8205461 or 7064450. OLE color: 7064450.

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

Color convert

RGB 130 203 107 -
CMYK 0.36 0 0.47 0.20
HSL 105.63º 0.48% 0.61% -
HSV(B) 105.63º 0.47% 0.8% -
XYZ 33.22 48.52 21.52 -
YUV 170.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 130 203 107 0.36 0 0.47 0.20 105.63 0.48 0.61
Hex 82 CB 6B 24 0 2F 14 6A 30 3D
Octal 202 313 153 44 0 57 24 152 60 75
Binary 10000010 11001011 1101011 100100 0 101111 10100 1101010 110000 111101

Color Harmonies of #82CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB6B

Black with #82CB6B

Text Example


Text Example

White with #82CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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