Html Css Color HEX #84F033 Atlantis

📋 copy color: '#84F033'

red 132 ◦ green 240 ◦ blue 51

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

Shades of Atlantis #84F033

Tints of Atlantis #84F033

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.74%

 BLUE value IS 51 (20.31% from 255) = 12.06%

R = 31.21%
G = 56.74%
B = 12.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#84F033 (or 0x84F033) is known color: Atlantis. HEX triplet: 84, F0 and 33. RGB value is (132,240,51). Sum of RGB (Red+Green+Blue) = 132+240+51=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #84F033 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F033 is #7B0FCC. Grayscale: #BABABA. Windows color (decimal): -8064973 or 3403908. OLE color: 3403908.

HSL color Cylindrical-coordinate representation of color #84F033: hue angle of 94.29º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #84F033 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 240 51 -
CMYK 0.45 0 0.79 0.06
HSL 94.29º 0.86% 0.57% -
HSV(B) 94.29º 0.79% 0.94% -
XYZ 41.27 67.46 13.98 -
YUV 186.16 51.72 89.37 -
System Red Green Blue C M Y K H S L
Decimal 132 240 51 0.45 0 0.79 0.06 94.29 0.86 0.57
Hex 84 F0 33 2D 0 4F 6 5E 56 39
Octal 204 360 63 55 0 117 6 136 126 71
Binary 10000100 11110000 110011 101101 0 1001111 110 1011110 1010110 111001

Color Harmonies of #84F033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F033

Black with #84F033

Text Example


Text Example

White with #84F033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,240,51); }

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

background-color css

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

 a { background-color: rgb(132,240,51); }

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

border-color css

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

 span { border-color: rgb(132,240,51); }

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