Html Css Color HEX #84CF5F Mantis

📋 copy color: '#84CF5F'

red 132 ◦ green 207 ◦ blue 95

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

Shades of Mantis #84CF5F

Tints of Mantis #84CF5F

RGB

 RED value IS 132 (51.95% from 255) = 30.41%

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

 BLUE value IS 95 (37.5% from 255) = 21.89%

R = 30.41%
G = 47.7%
B = 21.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#84CF5F (or 0x84CF5F) is known color: Mantis. HEX triplet: 84, CF and 5F. RGB value is (132,207,95). Sum of RGB (Red+Green+Blue) = 132+207+95=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 95 (37.5% from 255 or 21.89% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #84CF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CF5F is #7B30A0. Grayscale: #ACACAC. Windows color (decimal): -8073377 or 6279044. OLE color: 6279044.

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

Color convert

RGB 132 207 95 -
CMYK 0.36 0 0.54 0.19
HSL 100.18º 0.54% 0.59% -
HSV(B) 100.18º 0.54% 0.81% -
XYZ 33.89 50.36 18.76 -
YUV 171.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 132 207 95 0.36 0 0.54 0.19 100.18 0.54 0.59
Hex 84 CF 5F 24 0 36 13 64 36 3B
Octal 204 317 137 44 0 66 23 144 66 73
Binary 10000100 11001111 1011111 100100 0 110110 10011 1100100 110110 111011

Color Harmonies of #84CF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CF5F

Black with #84CF5F

Text Example


Text Example

White with #84CF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,207,95); }

 H1.HeaderClassName
 {
   color: #84CF5F;
 }
 .AnyTagClassName
 {
   color: #84CF5F;
 }
</style>

background-color css

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

 a { background-color: rgb(132,207,95); }

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

border-color css

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

 span { border-color: rgb(132,207,95); }

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