Html Css Color HEX #8CF258 Mantis

📋 copy color: '#8CF258'

red 140 ◦ green 242 ◦ blue 88

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

Shades of Mantis #8CF258

Tints of Mantis #8CF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.49%

 BLUE value IS 88 (34.77% from 255) = 18.72%

R = 29.79%
G = 51.49%
B = 18.72%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#8CF258 (or 0x8CF258) is known color: Mantis. HEX triplet: 8C, F2 and 58. RGB value is (140,242,88). Sum of RGB (Red+Green+Blue) = 140+242+88=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #8CF258 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CF258 is #730DA7. Grayscale: #C2C2C2. Windows color (decimal): -7540136 or 5829260. OLE color: 5829260.

HSL color Cylindrical-coordinate representation of color #8CF258: hue angle of 99.74º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8CF258 is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 242 88 -
CMYK 0.42 0 0.64 0.05
HSL 99.74º 0.86% 0.65% -
HSV(B) 99.74º 0.64% 0.95% -
XYZ 44.33 69.78 20.37 -
YUV 193.95 68.21 89.52 -
System Red Green Blue C M Y K H S L
Decimal 140 242 88 0.42 0 0.64 0.05 99.74 0.86 0.65
Hex 8C F2 58 2A 0 40 5 64 56 41
Octal 214 362 130 52 0 100 5 144 126 101
Binary 10001100 11110010 1011000 101010 0 1000000 101 1100100 1010110 1000001

Color Harmonies of #8CF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CF258

Black with #8CF258

Text Example


Text Example

White with #8CF258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,242,88); }

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

background-color css

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

 a { background-color: rgb(140,242,88); }

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

border-color css

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

 span { border-color: rgb(140,242,88); }

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