Html Css Color HEX #84F136 Atlantis

📋 copy color: '#84F136'

red 132 ◦ green 241 ◦ blue 54

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

Shades of Atlantis #84F136

Tints of Atlantis #84F136

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.44%

 BLUE value IS 54 (21.48% from 255) = 12.65%

R = 30.91%
G = 56.44%
B = 12.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#84F136 (or 0x84F136) is known color: Atlantis. HEX triplet: 84, F1 and 36. RGB value is (132,241,54). Sum of RGB (Red+Green+Blue) = 132+241+54=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 241 (94.53% from 255 or 56.44% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 241 - color contains mainly: green. Hex color #84F136 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F136 is #7B0EC9. Grayscale: #BBBBBB. Windows color (decimal): -8064714 or 3600772. OLE color: 3600772.

HSL color Cylindrical-coordinate representation of color #84F136: hue angle of 94.97º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84F136 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB 132 241 54 -
CMYK 0.45 0 0.78 0.05
HSL 94.97º 0.87% 0.58% -
HSV(B) 94.97º 0.78% 0.95% -
XYZ 41.64 68.08 14.44 -
YUV 187.09 52.89 88.71 -
System Red Green Blue C M Y K H S L
Decimal 132 241 54 0.45 0 0.78 0.05 94.97 0.87 0.58
Hex 84 F1 36 2D 0 4E 5 5F 57 3A
Octal 204 361 66 55 0 116 5 137 127 72
Binary 10000100 11110001 110110 101101 0 1001110 101 1011111 1010111 111010

Color Harmonies of #84F136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F136

Black with #84F136

Text Example


Text Example

White with #84F136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,241,54); }

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

background-color css

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

 a { background-color: rgb(132,241,54); }

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

border-color css

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

 span { border-color: rgb(132,241,54); }

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