Html Css Color HEX #94D25C Mantis

📋 copy color: '#94D25C'

red 148 ◦ green 210 ◦ blue 92

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

Shades of Mantis #94D25C

Tints of Mantis #94D25C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.67%

 BLUE value IS 92 (36.33% from 255) = 20.44%

R = 32.89%
G = 46.67%
B = 20.44%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#94D25C (or 0x94D25C) is known color: Mantis. HEX triplet: 94, D2 and 5C. RGB value is (148,210,92). Sum of RGB (Red+Green+Blue) = 148+210+92=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #94D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D25C is #6B2DA3. Grayscale: #B2B2B2. Windows color (decimal): -7024036 or 6083220. OLE color: 6083220.

HSL color Cylindrical-coordinate representation of color #94D25C: hue angle of 91.53º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94D25C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 210 92 -
CMYK 0.30 0 0.56 0.18
HSL 91.53º 0.57% 0.59% -
HSV(B) 91.53º 0.56% 0.82% -
XYZ 37.19 53.16 18.43 -
YUV 178.01 79.46 106.59 -
System Red Green Blue C M Y K H S L
Decimal 148 210 92 0.30 0 0.56 0.18 91.53 0.57 0.59
Hex 94 D2 5C 1E 0 38 12 5C 39 3B
Octal 224 322 134 36 0 70 22 134 71 73
Binary 10010100 11010010 1011100 11110 0 111000 10010 1011100 111001 111011

Color Harmonies of #94D25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D25C

Black with #94D25C

Text Example


Text Example

White with #94D25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,210,92); }

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

background-color css

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

 a { background-color: rgb(148,210,92); }

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

border-color css

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

 span { border-color: rgb(148,210,92); }

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