Html Css Color HEX #84DA40 Atlantis

📋 copy color: '#84DA40'

red 132 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #84DA40

Tints of Atlantis #84DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.66%

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

R = 31.88%
G = 52.66%
B = 15.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#84DA40 (or 0x84DA40) is known color: Atlantis. HEX triplet: 84, DA and 40. RGB value is (132,218,64). Sum of RGB (Red+Green+Blue) = 132+218+64=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 218 (85.55% from 255 or 52.66% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 218 - color contains mainly: green. Hex color #84DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DA40 is #7B25BF. Grayscale: #AFAFAF. Windows color (decimal): -8070592 or 4250244. OLE color: 4250244.

HSL color Cylindrical-coordinate representation of color #84DA40: hue angle of 93.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84DA40 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 218 64 -
CMYK 0.39 0 0.71 0.15
HSL 93.51º 0.68% 0.55% -
HSV(B) 93.51º 0.71% 0.85% -
XYZ 35.51 55.42 13.68 -
YUV 174.73 65.51 97.52 -
System Red Green Blue C M Y K H S L
Decimal 132 218 64 0.39 0 0.71 0.15 93.51 0.68 0.55
Hex 84 DA 40 27 0 47 F 5E 44 37
Octal 204 332 100 47 0 107 17 136 104 67
Binary 10000100 11011010 1000000 100111 0 1000111 1111 1011110 1000100 110111

Color Harmonies of #84DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DA40

Black with #84DA40

Text Example


Text Example

White with #84DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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