Html Css Color HEX #84D03C Atlantis

📋 copy color: '#84D03C'

red 132 ◦ green 208 ◦ blue 60

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

Shades of Atlantis #84D03C

Tints of Atlantis #84D03C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52%

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

R = 33%
G = 52%
B = 15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#84D03C (or 0x84D03C) is known color: Atlantis. HEX triplet: 84, D0 and 3C. RGB value is (132,208,60). Sum of RGB (Red+Green+Blue) = 132+208+60=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 208 (81.64% from 255 or 52% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 208 - color contains mainly: green. Hex color #84D03C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D03C is #7B2FC3. Grayscale: #A8A8A8. Windows color (decimal): -8073156 or 3985540. OLE color: 3985540.

HSL color Cylindrical-coordinate representation of color #84D03C: hue angle of 90.81º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84D03C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 208 60 -
CMYK 0.37 0 0.71 0.18
HSL 90.81º 0.61% 0.53% -
HSV(B) 90.81º 0.71% 0.82% -
XYZ 32.89 50.34 12.26 -
YUV 168.4 66.82 102.03 -
System Red Green Blue C M Y K H S L
Decimal 132 208 60 0.37 0 0.71 0.18 90.81 0.61 0.53
Hex 84 D0 3C 25 0 47 12 5B 3D 35
Octal 204 320 74 45 0 107 22 133 75 65
Binary 10000100 11010000 111100 100101 0 1000111 10010 1011011 111101 110101

Color Harmonies of #84D03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D03C

Black with #84D03C

Text Example


Text Example

White with #84D03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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