Html Css Color HEX #84F445 Atlantis

📋 copy color: '#84F445'

red 132 ◦ green 244 ◦ blue 69

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

Shades of Atlantis #84F445

Tints of Atlantis #84F445

RGB

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

 GREEN value IS 244 (95.7% from 255) = 54.83%

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 29.66%
G = 54.83%
B = 15.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#84F445 (or 0x84F445) is known color: Atlantis. HEX triplet: 84, F4 and 45. RGB value is (132,244,69). Sum of RGB (Red+Green+Blue) = 132+244+69=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 244 (95.70% from 255 or 54.83% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 244 - color contains mainly: green. Hex color #84F445 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F445 is #7B0BBA. Grayscale: #BFBFBF. Windows color (decimal): -8063931 or 4584580. OLE color: 4584580.

HSL color Cylindrical-coordinate representation of color #84F445: hue angle of 98.4º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84F445 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB 132 244 69 -
CMYK 0.46 0 0.72 0.04
HSL 98.4º 0.89% 0.61% -
HSV(B) 98.4º 0.72% 0.96% -
XYZ 42.94 70.04 16.89 -
YUV 190.56 59.39 86.23 -
System Red Green Blue C M Y K H S L
Decimal 132 244 69 0.46 0 0.72 0.04 98.4 0.89 0.61
Hex 84 F4 45 2E 0 48 4 62 59 3D
Octal 204 364 105 56 0 110 4 142 131 75
Binary 10000100 11110100 1000101 101110 0 1001000 100 1100010 1011001 111101

Color Harmonies of #84F445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F445

Black with #84F445

Text Example


Text Example

White with #84F445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,244,69); }

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

background-color css

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

 a { background-color: rgb(132,244,69); }

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

border-color css

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

 span { border-color: rgb(132,244,69); }

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