Html Css Color HEX #8BCD68 Mantis

📋 copy color: '#8BCD68'

red 139 ◦ green 205 ◦ blue 104

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

Shades of Mantis #8BCD68

Tints of Mantis #8BCD68

RGB

 RED value IS 139 (54.69% from 255) = 31.03%

 GREEN value IS 205 (80.47% from 255) = 45.76%

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

R = 31.03%
G = 45.76%
B = 23.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#8BCD68 (or 0x8BCD68) is known color: Mantis. HEX triplet: 8B, CD and 68. RGB value is (139,205,104). Sum of RGB (Red+Green+Blue) = 139+205+104=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #8BCD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCD68 is #743297. Grayscale: #AEAEAE. Windows color (decimal): -7615128 or 6868363. OLE color: 6868363.

HSL color Cylindrical-coordinate representation of color #8BCD68: hue angle of 99.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BCD68 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 139 205 104 -
CMYK 0.32 0 0.49 0.20
HSL 99.21º 0.5% 0.61% -
HSV(B) 99.21º 0.49% 0.8% -
XYZ 34.98 50.15 20.93 -
YUV 173.75 88.63 103.21 -
System Red Green Blue C M Y K H S L
Decimal 139 205 104 0.32 0 0.49 0.20 99.21 0.5 0.61
Hex 8B CD 68 20 0 31 14 63 32 3D
Octal 213 315 150 40 0 61 24 143 62 75
Binary 10001011 11001101 1101000 100000 0 110001 10100 1100011 110010 111101

Color Harmonies of #8BCD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BCD68

Black with #8BCD68

Text Example


Text Example

White with #8BCD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BCD68; }

 p { color: rgb(139,205,104); }

 H1.HeaderClassName
 {
   color: #8BCD68;
 }
 .AnyTagClassName
 {
   color: #8BCD68;
 }
</style>

background-color css

<style>
 a { background-color: #8BCD68; }

 a { background-color: rgb(139,205,104); }

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

border-color css

<style>
 span { border-color: #8BCD68; }

 span { border-color: rgb(139,205,104); }

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