Html Css Color HEX #84BF40 Atlantis

📋 copy color: '#84BF40'

red 132 ◦ green 191 ◦ blue 64

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

Shades of Atlantis #84BF40

Tints of Atlantis #84BF40

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 34.11%
G = 49.35%
B = 16.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#84BF40 (or 0x84BF40) is known color: Atlantis. HEX triplet: 84, BF and 40. RGB value is (132,191,64). Sum of RGB (Red+Green+Blue) = 132+191+64=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BF40 is #7B40BF. Grayscale: #9F9F9F. Windows color (decimal): -8077504 or 4243332. OLE color: 4243332.

HSL color Cylindrical-coordinate representation of color #84BF40: hue angle of 87.87º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84BF40 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 191 64 -
CMYK 0.31 0 0.66 0.25
HSL 87.87º 0.5% 0.5% -
HSV(B) 87.87º 0.66% 0.75% -
XYZ 29.07 42.54 11.53 -
YUV 158.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 132 191 64 0.31 0 0.66 0.25 87.87 0.5 0.5
Hex 84 BF 40 1F 0 42 19 58 32 32
Octal 204 277 100 37 0 102 31 130 62 62
Binary 10000100 10111111 1000000 11111 0 1000010 11001 1011000 110010 110010

Color Harmonies of #84BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF40

Black with #84BF40

Text Example


Text Example

White with #84BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,191,64); }

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

background-color css

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

 a { background-color: rgb(132,191,64); }

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

border-color css

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

 span { border-color: rgb(132,191,64); }

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