Html Css Color HEX #84CA3C Atlantis

📋 copy color: '#84CA3C'

red 132 ◦ green 202 ◦ blue 60

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

Shades of Atlantis #84CA3C

Tints of Atlantis #84CA3C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.27%

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

R = 33.5%
G = 51.27%
B = 15.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#84CA3C (or 0x84CA3C) is known color: Atlantis. HEX triplet: 84, CA and 3C. RGB value is (132,202,60). Sum of RGB (Red+Green+Blue) = 132+202+60=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #84CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CA3C is #7B35C3. Grayscale: #A5A5A5. Windows color (decimal): -8074692 or 3984004. OLE color: 3984004.

HSL color Cylindrical-coordinate representation of color #84CA3C: hue angle of 89.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84CA3C is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 202 60 -
CMYK 0.35 0 0.70 0.21
HSL 89.58º 0.57% 0.51% -
HSV(B) 89.58º 0.7% 0.79% -
XYZ 31.45 47.47 11.78 -
YUV 164.88 68.81 104.55 -
System Red Green Blue C M Y K H S L
Decimal 132 202 60 0.35 0 0.70 0.21 89.58 0.57 0.51
Hex 84 CA 3C 23 0 46 15 5A 39 33
Octal 204 312 74 43 0 106 25 132 71 63
Binary 10000100 11001010 111100 100011 0 1000110 10101 1011010 111001 110011

Color Harmonies of #84CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CA3C

Black with #84CA3C

Text Example


Text Example

White with #84CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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