Html Css Color HEX #93CF64 Mantis

📋 copy color: '#93CF64'

red 147 ◦ green 207 ◦ blue 100

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

Shades of Mantis #93CF64

Tints of Mantis #93CF64

RGB

 RED value IS 147 (57.81% from 255) = 32.38%

 GREEN value IS 207 (81.25% from 255) = 45.59%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 32.38%
G = 45.59%
B = 22.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#93CF64 (or 0x93CF64) is known color: Mantis. HEX triplet: 93, CF and 64. RGB value is (147,207,100). Sum of RGB (Red+Green+Blue) = 147+207+100=454 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.38% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #93CF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CF64 is #6C309B. Grayscale: #B1B1B1. Windows color (decimal): -7090332 or 6606739. OLE color: 6606739.

HSL color Cylindrical-coordinate representation of color #93CF64: hue angle of 93.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #93CF64 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 207 100 -
CMYK 0.29 0 0.52 0.19
HSL 93.64º 0.53% 0.6% -
HSV(B) 93.64º 0.52% 0.81% -
XYZ 36.65 51.75 20.11 -
YUV 176.86 84.62 106.7 -
System Red Green Blue C M Y K H S L
Decimal 147 207 100 0.29 0 0.52 0.19 93.64 0.53 0.6
Hex 93 CF 64 1D 0 34 13 5E 35 3C
Octal 223 317 144 35 0 64 23 136 65 74
Binary 10010011 11001111 1100100 11101 0 110100 10011 1011110 110101 111100

Color Harmonies of #93CF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93CF64

Black with #93CF64

Text Example


Text Example

White with #93CF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93CF64; }

 p { color: rgb(147,207,100); }

 H1.HeaderClassName
 {
   color: #93CF64;
 }
 .AnyTagClassName
 {
   color: #93CF64;
 }
</style>

background-color css

<style>
 a { background-color: #93CF64; }

 a { background-color: rgb(147,207,100); }

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

border-color css

<style>
 span { border-color: #93CF64; }

 span { border-color: rgb(147,207,100); }

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