Html Css Color HEX #84DD42 Atlantis

📋 copy color: '#84DD42'

red 132 ◦ green 221 ◦ blue 66

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

Shades of Atlantis #84DD42

Tints of Atlantis #84DD42

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.74%

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

R = 31.5%
G = 52.74%
B = 15.75%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#84DD42 (or 0x84DD42) is known color: Atlantis. HEX triplet: 84, DD and 42. RGB value is (132,221,66). Sum of RGB (Red+Green+Blue) = 132+221+66=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DD42 is #7B22BD. Grayscale: #B1B1B1. Windows color (decimal): -8069822 or 4382084. OLE color: 4382084.

HSL color Cylindrical-coordinate representation of color #84DD42: hue angle of 94.45º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84DD42 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 221 66 -
CMYK 0.40 0 0.70 0.13
HSL 94.45º 0.7% 0.56% -
HSV(B) 94.45º 0.7% 0.87% -
XYZ 36.36 57.01 14.24 -
YUV 176.72 65.51 96.1 -
System Red Green Blue C M Y K H S L
Decimal 132 221 66 0.40 0 0.70 0.13 94.45 0.7 0.56
Hex 84 DD 42 28 0 46 D 5E 46 38
Octal 204 335 102 50 0 106 15 136 106 70
Binary 10000100 11011101 1000010 101000 0 1000110 1101 1011110 1000110 111000

Color Harmonies of #84DD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DD42

Black with #84DD42

Text Example


Text Example

White with #84DD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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