Html Css Color HEX #8CDE65 Mantis

📋 copy color: '#8CDE65'

red 140 ◦ green 222 ◦ blue 101

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

Shades of Mantis #8CDE65

Tints of Mantis #8CDE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.95%

 BLUE value IS 101 (39.84% from 255) = 21.81%

R = 30.24%
G = 47.95%
B = 21.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#8CDE65 (or 0x8CDE65) is known color: Mantis. HEX triplet: 8C, DE and 65. RGB value is (140,222,101). Sum of RGB (Red+Green+Blue) = 140+222+101=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #8CDE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDE65 is #73219A. Grayscale: #B8B8B8. Windows color (decimal): -7545243 or 6676108. OLE color: 6676108.

HSL color Cylindrical-coordinate representation of color #8CDE65: hue angle of 100.66º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CDE65 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 222 101 -
CMYK 0.37 0 0.55 0.13
HSL 100.66º 0.65% 0.63% -
HSV(B) 100.66º 0.55% 0.87% -
XYZ 39.29 58.76 21.58 -
YUV 183.69 81.33 96.84 -
System Red Green Blue C M Y K H S L
Decimal 140 222 101 0.37 0 0.55 0.13 100.66 0.65 0.63
Hex 8C DE 65 25 0 37 D 65 41 3F
Octal 214 336 145 45 0 67 15 145 101 77
Binary 10001100 11011110 1100101 100101 0 110111 1101 1100101 1000001 111111

Color Harmonies of #8CDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDE65

Black with #8CDE65

Text Example


Text Example

White with #8CDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,222,101); }

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

background-color css

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

 a { background-color: rgb(140,222,101); }

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

border-color css

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

 span { border-color: rgb(140,222,101); }

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