#84F04B

Color #84F04B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #84F04B

Tints of Mantis #84F04B

Color information

#84F04B (or 0x84F04B) is unknown color: approx Mantis. HEX triplet: 84, F0 and 4B. RGB value is (132,240,75). Sum of RGB (Red+Green+Blue) = 132+240+75=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 240 (94.14% from 255 or 53.69% from 447); Blue value is 75 (29.69% from 255 or 16.78% from 447); Max value from RGB is 240 - color contains mainly: green. Hex color #84F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F04B is #7B0FB4. Grayscale: #BDBDBD. Windows color (decimal): -8064949 or 4976772. OLE color: 4976772.

HSL color Cylindrical-coordinate representation of color #84F04B: hue angle of 99.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84F04B is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB13224075-
CMYK0.4500.690.06
HSL99.27º84.62%61.76%-
HSV(B)99.27º68.75%94.12%-
XYZ41.9567.7317.52-
YUV188.963.7287.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.53%
GREEN value IS 240 (94.14% from 255) = 53.69%
BLUE value IS 75 (29.69% from 255) = 16.78%
R=29.53%
G=53.69%
B=16.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal132240750.4500.690.0699.2784.6261.76
Hex84F04B2D045663553e
Octal204360113550105614312576
Binary100001001111000010010111011010100010111011000111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84F04B; }

 p { color: rgb(132,240,75); }

 H1.HeaderClassName
 {
   color: #84F04B;
 }
 .AnyTagClassName
 {
   color: #84F04B;
 }
</style>
background-color css

<style>
 a { background-color: #84F04B; }

 a { background-color: rgb(132,240,75); }

 div.DivClassName
 {
   background-color: #84F04B;
 }
 .BgClassName
 {
   background-color: #84F04B;
 }
</style>
border-color css

<style>
 span { border-color: #84F04B; }

 span { border-color: rgb(132,240,75); }

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