Html Css Color HEX #84D736 Atlantis

📋 copy color: '#84D736'

red 132 ◦ green 215 ◦ blue 54

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

Shades of Atlantis #84D736

Tints of Atlantis #84D736

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.62%

 BLUE value IS 54 (21.48% from 255) = 13.47%

R = 32.92%
G = 53.62%
B = 13.47%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#84D736 (or 0x84D736) is known color: Atlantis. HEX triplet: 84, D7 and 36. RGB value is (132,215,54). Sum of RGB (Red+Green+Blue) = 132+215+54=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 54 (21.48% from 255 or 13.47% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #84D736 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D736 is #7B28C9. Grayscale: #ACACAC. Windows color (decimal): -8071370 or 3594116. OLE color: 3594116.

HSL color Cylindrical-coordinate representation of color #84D736: hue angle of 90.93º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #84D736 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 215 54 -
CMYK 0.39 0 0.75 0.16
HSL 90.93º 0.67% 0.53% -
HSV(B) 90.93º 0.75% 0.84% -
XYZ 34.48 53.77 12.05 -
YUV 171.83 61.5 99.59 -
System Red Green Blue C M Y K H S L
Decimal 132 215 54 0.39 0 0.75 0.16 90.93 0.67 0.53
Hex 84 D7 36 27 0 4B 10 5B 43 35
Octal 204 327 66 47 0 113 20 133 103 65
Binary 10000100 11010111 110110 100111 0 1001011 10000 1011011 1000011 110101

Color Harmonies of #84D736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D736

Black with #84D736

Text Example


Text Example

White with #84D736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,215,54); }

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

background-color css

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

 a { background-color: rgb(132,215,54); }

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

border-color css

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

 span { border-color: rgb(132,215,54); }

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