Html Css Color HEX #84CC4B Mantis

📋 copy color: '#84CC4B'

red 132 ◦ green 204 ◦ blue 75

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

Shades of Mantis #84CC4B

Tints of Mantis #84CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.64%

 BLUE value IS 75 (29.69% from 255) = 18.25%

R = 32.12%
G = 49.64%
B = 18.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#84CC4B (or 0x84CC4B) is known color: Mantis. HEX triplet: 84, CC and 4B. RGB value is (132,204,75). Sum of RGB (Red+Green+Blue) = 132+204+75=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 204 (80.08% from 255 or 49.64% from 411); Blue value is 75 (29.69% from 255 or 18.25% from 411); Max value from RGB is 204 - color contains mainly: green. Hex color #84CC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CC4B is #7B33B4. Grayscale: #A8A8A8. Windows color (decimal): -8074165 or 4967556. OLE color: 4967556.

HSL color Cylindrical-coordinate representation of color #84CC4B: hue angle of 93.49º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84CC4B is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 204 75 -
CMYK 0.35 0 0.63 0.2
HSL 93.49º 0.56% 0.55% -
HSV(B) 93.49º 0.63% 0.8% -
XYZ 32.38 48.6 14.33 -
YUV 167.77 75.65 102.49 -
System Red Green Blue C M Y K H S L
Decimal 132 204 75 0.35 0 0.63 0.2 93.49 0.56 0.55
Hex 84 CC 4B 23 0 3F 14 5D 38 37
Octal 204 314 113 43 0 77 24 135 70 67
Binary 10000100 11001100 1001011 100011 0 111111 10100 1011101 111000 110111

Color Harmonies of #84CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CC4B

Black with #84CC4B

Text Example


Text Example

White with #84CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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