Html Css Color HEX #84D33B Atlantis

📋 copy color: '#84D33B'

red 132 ◦ green 211 ◦ blue 59

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

Shades of Atlantis #84D33B

Tints of Atlantis #84D33B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 32.84%
G = 52.49%
B = 14.68%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#84D33B (or 0x84D33B) is known color: Atlantis. HEX triplet: 84, D3 and 3B. RGB value is (132,211,59). Sum of RGB (Red+Green+Blue) = 132+211+59=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #84D33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D33B is #7B2CC4. Grayscale: #AAAAAA. Windows color (decimal): -8072389 or 3920772. OLE color: 3920772.

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

Color convert

RGB 132 211 59 -
CMYK 0.37 0 0.72 0.17
HSL 91.18º 0.63% 0.53% -
HSV(B) 91.18º 0.72% 0.83% -
XYZ 33.6 51.81 12.37 -
YUV 170.05 65.33 100.86 -
System Red Green Blue C M Y K H S L
Decimal 132 211 59 0.37 0 0.72 0.17 91.18 0.63 0.53
Hex 84 D3 3B 25 0 48 11 5B 3F 35
Octal 204 323 73 45 0 110 21 133 77 65
Binary 10000100 11010011 111011 100101 0 1001000 10001 1011011 111111 110101

Color Harmonies of #84D33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D33B

Black with #84D33B

Text Example


Text Example

White with #84D33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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