Html Css Color HEX #8CC369 Mantis

📋 copy color: '#8CC369'

red 140 ◦ green 195 ◦ blue 105

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

Shades of Mantis #8CC369

Tints of Mantis #8CC369

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.32%

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

R = 31.82%
G = 44.32%
B = 23.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#8CC369 (or 0x8CC369) is known color: Mantis. HEX triplet: 8C, C3 and 69. RGB value is (140,195,105). Sum of RGB (Red+Green+Blue) = 140+195+105=440 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.82% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC369 is #733C96. Grayscale: #A8A8A8. Windows color (decimal): -7552151 or 6931340. OLE color: 6931340.

HSL color Cylindrical-coordinate representation of color #8CC369: hue angle of 96.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CC369 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 105 -
CMYK 0.28 0 0.46 0.24
HSL 96.67º 0.43% 0.59% -
HSV(B) 96.67º 0.46% 0.76% -
XYZ 32.88 45.63 20.44 -
YUV 168.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 140 195 105 0.28 0 0.46 0.24 96.67 0.43 0.59
Hex 8C C3 69 1C 0 2E 18 61 2B 3B
Octal 214 303 151 34 0 56 30 141 53 73
Binary 10001100 11000011 1101001 11100 0 101110 11000 1100001 101011 111011

Color Harmonies of #8CC369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC369

Black with #8CC369

Text Example


Text Example

White with #8CC369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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