Html Css Color HEX #84F348 Atlantis

📋 copy color: '#84F348'

red 132 ◦ green 243 ◦ blue 72

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

Shades of Atlantis #84F348

Tints of Atlantis #84F348

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.36%

 BLUE value IS 72 (28.52% from 255) = 16.11%

R = 29.53%
G = 54.36%
B = 16.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#84F348 (or 0x84F348) is known color: Atlantis. HEX triplet: 84, F3 and 48. RGB value is (132,243,72). Sum of RGB (Red+Green+Blue) = 132+243+72=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 243 (95.31% from 255 or 54.36% from 447); Blue value is 72 (28.52% from 255 or 16.11% from 447); Max value from RGB is 243 - color contains mainly: green. Hex color #84F348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F348 is #7B0CB7. Grayscale: #BEBEBE. Windows color (decimal): -8064184 or 4780932. OLE color: 4780932.

HSL color Cylindrical-coordinate representation of color #84F348: hue angle of 98.95º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84F348 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 243 72 -
CMYK 0.46 0 0.70 0.05
HSL 98.95º 0.88% 0.62% -
HSV(B) 98.95º 0.7% 0.95% -
XYZ 42.74 69.47 17.29 -
YUV 190.32 61.23 86.4 -
System Red Green Blue C M Y K H S L
Decimal 132 243 72 0.46 0 0.70 0.05 98.95 0.88 0.62
Hex 84 F3 48 2E 0 46 5 63 58 3E
Octal 204 363 110 56 0 106 5 143 130 76
Binary 10000100 11110011 1001000 101110 0 1000110 101 1100011 1011000 111110

Color Harmonies of #84F348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F348

Black with #84F348

Text Example


Text Example

White with #84F348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,243,72); }

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

background-color css

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

 a { background-color: rgb(132,243,72); }

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

border-color css

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

 span { border-color: rgb(132,243,72); }

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