Html Css Color HEX #84EF45 Atlantis

📋 copy color: '#84EF45'

red 132 ◦ green 239 ◦ blue 69

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

Shades of Atlantis #84EF45

Tints of Atlantis #84EF45

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.32%

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

R = 30%
G = 54.32%
B = 15.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#84EF45 (or 0x84EF45) is known color: Atlantis. HEX triplet: 84, EF and 45. RGB value is (132,239,69). Sum of RGB (Red+Green+Blue) = 132+239+69=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #84EF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EF45 is #7B10BA. Grayscale: #BCBCBC. Windows color (decimal): -8065211 or 4583300. OLE color: 4583300.

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

Color convert

RGB 132 239 69 -
CMYK 0.45 0 0.71 0.06
HSL 97.76º 0.84% 0.6% -
HSV(B) 97.76º 0.71% 0.94% -
XYZ 41.46 67.07 16.39 -
YUV 187.63 61.05 88.32 -
System Red Green Blue C M Y K H S L
Decimal 132 239 69 0.45 0 0.71 0.06 97.76 0.84 0.6
Hex 84 EF 45 2D 0 47 6 62 54 3C
Octal 204 357 105 55 0 107 6 142 124 74
Binary 10000100 11101111 1000101 101101 0 1000111 110 1100010 1010100 111100

Color Harmonies of #84EF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EF45

Black with #84EF45

Text Example


Text Example

White with #84EF45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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