Html Css Color HEX #8CDB67 Mantis

📋 copy color: '#8CDB67'

red 140 ◦ green 219 ◦ blue 103

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

Shades of Mantis #8CDB67

Tints of Mantis #8CDB67

RGB

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

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

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

R = 30.3%
G = 47.4%
B = 22.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#8CDB67 (or 0x8CDB67) is known color: Mantis. HEX triplet: 8C, DB and 67. RGB value is (140,219,103). Sum of RGB (Red+Green+Blue) = 140+219+103=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDB67 is #732498. Grayscale: #B6B6B6. Windows color (decimal): -7546009 or 6806412. OLE color: 6806412.

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

Color convert

RGB 140 219 103 -
CMYK 0.36 0 0.53 0.14
HSL 100.86º 0.62% 0.63% -
HSV(B) 100.86º 0.53% 0.86% -
XYZ 38.59 57.22 21.84 -
YUV 182.16 83.33 97.93 -
System Red Green Blue C M Y K H S L
Decimal 140 219 103 0.36 0 0.53 0.14 100.86 0.62 0.63
Hex 8C DB 67 24 0 35 E 65 3E 3F
Octal 214 333 147 44 0 65 16 145 76 77
Binary 10001100 11011011 1100111 100100 0 110101 1110 1100101 111110 111111

Color Harmonies of #8CDB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDB67

Black with #8CDB67

Text Example


Text Example

White with #8CDB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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