Html Css Color HEX #84EB3C Atlantis

📋 copy color: '#84EB3C'

red 132 ◦ green 235 ◦ blue 60

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

Shades of Atlantis #84EB3C

Tints of Atlantis #84EB3C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.04%

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 30.91%
G = 55.04%
B = 14.05%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#84EB3C (or 0x84EB3C) is known color: Atlantis. HEX triplet: 84, EB and 3C. RGB value is (132,235,60). Sum of RGB (Red+Green+Blue) = 132+235+60=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 235 (92.19% from 255 or 55.04% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 235 - color contains mainly: green. Hex color #84EB3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #84EB3C is #7B14C3. Grayscale: #B8B8B8. Windows color (decimal): -8066244 or 3992452. OLE color: 3992452.

HSL color Cylindrical-coordinate representation of color #84EB3C: hue angle of 95.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84EB3C is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 235 60 -
CMYK 0.44 0 0.74 0.08
HSL 95.31º 0.81% 0.58% -
HSV(B) 95.31º 0.74% 0.92% -
XYZ 40.04 64.65 14.64 -
YUV 184.25 57.88 90.73 -
System Red Green Blue C M Y K H S L
Decimal 132 235 60 0.44 0 0.74 0.08 95.31 0.81 0.58
Hex 84 EB 3C 2C 0 4A 8 5F 51 3A
Octal 204 353 74 54 0 112 10 137 121 72
Binary 10000100 11101011 111100 101100 0 1001010 1000 1011111 1010001 111010

Color Harmonies of #84EB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84EB3C

Black with #84EB3C

Text Example


Text Example

White with #84EB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,235,60); }

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

background-color css

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

 a { background-color: rgb(132,235,60); }

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

border-color css

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

 span { border-color: rgb(132,235,60); }

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