Html Css Color HEX #82CB68 Mantis

📋 copy color: '#82CB68'

red 130 ◦ green 203 ◦ blue 104

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

Shades of Mantis #82CB68

Tints of Mantis #82CB68

RGB

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

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

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

R = 29.75%
G = 46.45%
B = 23.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#82CB68 (or 0x82CB68) is known color: Mantis. HEX triplet: 82, CB and 68. RGB value is (130,203,104). Sum of RGB (Red+Green+Blue) = 130+203+104=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB68 is #7D3497. Grayscale: #AAAAAA. Windows color (decimal): -8205464 or 6867842. OLE color: 6867842.

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

Color convert

RGB 130 203 104 -
CMYK 0.36 0 0.49 0.20
HSL 104.24º 0.49% 0.6% -
HSV(B) 104.24º 0.49% 0.8% -
XYZ 33.06 48.46 20.71 -
YUV 169.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 130 203 104 0.36 0 0.49 0.20 104.24 0.49 0.6
Hex 82 CB 68 24 0 31 14 68 31 3C
Octal 202 313 150 44 0 61 24 150 61 74
Binary 10000010 11001011 1101000 100100 0 110001 10100 1101000 110001 111100

Color Harmonies of #82CB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CB68

Black with #82CB68

Text Example


Text Example

White with #82CB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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