Html Css Color HEX #94CE60 Mantis

📋 copy color: '#94CE60'

red 148 ◦ green 206 ◦ blue 96

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

Shades of Mantis #94CE60

Tints of Mantis #94CE60

RGB

 RED value IS 148 (58.2% from 255) = 32.89%

 GREEN value IS 206 (80.86% from 255) = 45.78%

 BLUE value IS 96 (37.89% from 255) = 21.33%

R = 32.89%
G = 45.78%
B = 21.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#94CE60 (or 0x94CE60) is known color: Mantis. HEX triplet: 94, CE and 60. RGB value is (148,206,96). Sum of RGB (Red+Green+Blue) = 148+206+96=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE60 is #6B319F. Grayscale: #B0B0B0. Windows color (decimal): -7025056 or 6344340. OLE color: 6344340.

HSL color Cylindrical-coordinate representation of color #94CE60: hue angle of 91.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94CE60 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 96 -
CMYK 0.28 0 0.53 0.19
HSL 91.64º 0.53% 0.59% -
HSV(B) 91.64º 0.53% 0.81% -
XYZ 36.4 51.28 19.05 -
YUV 176.12 82.78 107.94 -
System Red Green Blue C M Y K H S L
Decimal 148 206 96 0.28 0 0.53 0.19 91.64 0.53 0.59
Hex 94 CE 60 1C 0 35 13 5C 35 3B
Octal 224 316 140 34 0 65 23 134 65 73
Binary 10010100 11001110 1100000 11100 0 110101 10011 1011100 110101 111011

Color Harmonies of #94CE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE60

Black with #94CE60

Text Example


Text Example

White with #94CE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CE60; }

 p { color: rgb(148,206,96); }

 H1.HeaderClassName
 {
   color: #94CE60;
 }
 .AnyTagClassName
 {
   color: #94CE60;
 }
</style>

background-color css

<style>
 a { background-color: #94CE60; }

 a { background-color: rgb(148,206,96); }

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

border-color css

<style>
 span { border-color: #94CE60; }

 span { border-color: rgb(148,206,96); }

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