Html Css Color HEX #84F340 Atlantis

📋 copy color: '#84F340'

red 132 ◦ green 243 ◦ blue 64

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

Shades of Atlantis #84F340

Tints of Atlantis #84F340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 30.07%
G = 55.35%
B = 14.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#84F340 (or 0x84F340) is known color: Atlantis. HEX triplet: 84, F3 and 40. RGB value is (132,243,64). Sum of RGB (Red+Green+Blue) = 132+243+64=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 243 (95.31% from 255 or 55.35% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 243 - color contains mainly: green. Hex color #84F340 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84F340 is #7B0CBF. Grayscale: #BEBEBE. Windows color (decimal): -8064192 or 4256644. OLE color: 4256644.

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

Color convert

RGB 132 243 64 -
CMYK 0.46 0 0.74 0.05
HSL 97.21º 0.88% 0.6% -
HSV(B) 97.21º 0.74% 0.95% -
XYZ 42.49 69.38 16 -
YUV 189.41 57.23 87.05 -
System Red Green Blue C M Y K H S L
Decimal 132 243 64 0.46 0 0.74 0.05 97.21 0.88 0.6
Hex 84 F3 40 2E 0 4A 5 61 58 3C
Octal 204 363 100 56 0 112 5 141 130 74
Binary 10000100 11110011 1000000 101110 0 1001010 101 1100001 1011000 111100

Color Harmonies of #84F340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84F340

Black with #84F340

Text Example


Text Example

White with #84F340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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