Html Css Color HEX #84DE3C Atlantis

📋 copy color: '#84DE3C'

red 132 ◦ green 222 ◦ blue 60

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

Shades of Atlantis #84DE3C

Tints of Atlantis #84DE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 53.62%

 BLUE value IS 60 (23.83% from 255) = 14.49%

R = 31.88%
G = 53.62%
B = 14.49%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#84DE3C (or 0x84DE3C) is known color: Atlantis. HEX triplet: 84, DE and 3C. RGB value is (132,222,60). Sum of RGB (Red+Green+Blue) = 132+222+60=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #84DE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DE3C is #7B21C3. Grayscale: #B1B1B1. Windows color (decimal): -8069572 or 3989124. OLE color: 3989124.

HSL color Cylindrical-coordinate representation of color #84DE3C: hue angle of 93.33º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84DE3C is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 222 60 -
CMYK 0.41 0 0.73 0.13
HSL 93.33º 0.71% 0.55% -
HSV(B) 93.33º 0.73% 0.87% -
XYZ 36.45 57.47 13.45 -
YUV 176.62 62.18 96.17 -
System Red Green Blue C M Y K H S L
Decimal 132 222 60 0.41 0 0.73 0.13 93.33 0.71 0.55
Hex 84 DE 3C 29 0 49 D 5D 47 37
Octal 204 336 74 51 0 111 15 135 107 67
Binary 10000100 11011110 111100 101001 0 1001001 1101 1011101 1000111 110111

Color Harmonies of #84DE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84DE3C

Black with #84DE3C

Text Example


Text Example

White with #84DE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,222,60); }

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

background-color css

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

 a { background-color: rgb(132,222,60); }

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

border-color css

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

 span { border-color: rgb(132,222,60); }

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