Html Css Color HEX #84D342 Atlantis

📋 copy color: '#84D342'

red 132 ◦ green 211 ◦ blue 66

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

Shades of Atlantis #84D342

Tints of Atlantis #84D342

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.59%

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 32.27%
G = 51.59%
B = 16.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#84D342 (or 0x84D342) is known color: Atlantis. HEX triplet: 84, D3 and 42. RGB value is (132,211,66). Sum of RGB (Red+Green+Blue) = 132+211+66=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #84D342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D342 is #7B2CBD. Grayscale: #ABABAB. Windows color (decimal): -8072382 or 4379524. OLE color: 4379524.

HSL color Cylindrical-coordinate representation of color #84D342: hue angle of 92.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84D342 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 132 211 66 -
CMYK 0.37 0 0.69 0.17
HSL 92.69º 0.62% 0.54% -
HSV(B) 92.69º 0.69% 0.83% -
XYZ 33.79 51.89 13.39 -
YUV 170.85 68.83 100.29 -
System Red Green Blue C M Y K H S L
Decimal 132 211 66 0.37 0 0.69 0.17 92.69 0.62 0.54
Hex 84 D3 42 25 0 45 11 5D 3E 36
Octal 204 323 102 45 0 105 21 135 76 66
Binary 10000100 11010011 1000010 100101 0 1000101 10001 1011101 111110 110110

Color Harmonies of #84D342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D342

Black with #84D342

Text Example


Text Example

White with #84D342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,211,66); }

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

background-color css

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

 a { background-color: rgb(132,211,66); }

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

border-color css

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

 span { border-color: rgb(132,211,66); }

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