Html Css Color HEX #8CDB69 Mantis

📋 copy color: '#8CDB69'

red 140 ◦ green 219 ◦ blue 105

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

Shades of Mantis #8CDB69

Tints of Mantis #8CDB69

RGB

 RED value IS 140 (55.08% from 255) = 30.17%

 GREEN value IS 219 (85.94% from 255) = 47.2%

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

R = 30.17%
G = 47.2%
B = 22.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#8CDB69 (or 0x8CDB69) is known color: Mantis. HEX triplet: 8C, DB and 69. RGB value is (140,219,105). Sum of RGB (Red+Green+Blue) = 140+219+105=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 105 (41.41% from 255 or 22.63% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB69 is #732496. Grayscale: #B6B6B6. Windows color (decimal): -7546007 or 6937484. OLE color: 6937484.

HSL color Cylindrical-coordinate representation of color #8CDB69: hue angle of 101.58º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CDB69 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 219 105 -
CMYK 0.36 0 0.52 0.14
HSL 101.58º 0.61% 0.64% -
HSV(B) 101.58º 0.52% 0.86% -
XYZ 38.7 57.26 22.38 -
YUV 182.38 84.33 97.77 -
System Red Green Blue C M Y K H S L
Decimal 140 219 105 0.36 0 0.52 0.14 101.58 0.61 0.64
Hex 8C DB 69 24 0 34 E 66 3D 40
Octal 214 333 151 44 0 64 16 146 75 100
Binary 10001100 11011011 1101001 100100 0 110100 1110 1100110 111101 1000000

Color Harmonies of #8CDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB69

Black with #8CDB69

Text Example


Text Example

White with #8CDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,219,105); }

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

background-color css

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

 a { background-color: rgb(140,219,105); }

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

border-color css

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

 span { border-color: rgb(140,219,105); }

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