Html Css Color HEX #84CB40 Atlantis

📋 copy color: '#84CB40'

red 132 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #84CB40

Tints of Atlantis #84CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 50.88%

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

R = 33.08%
G = 50.88%
B = 16.04%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#84CB40 (or 0x84CB40) is known color: Atlantis. HEX triplet: 84, CB and 40. RGB value is (132,203,64). Sum of RGB (Red+Green+Blue) = 132+203+64=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CB40 is #7B34BF. Grayscale: #A6A6A6. Windows color (decimal): -8074432 or 4246404. OLE color: 4246404.

HSL color Cylindrical-coordinate representation of color #84CB40: hue angle of 90.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84CB40 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 132 203 64 -
CMYK 0.35 0 0.68 0.20
HSL 90.65º 0.57% 0.52% -
HSV(B) 90.65º 0.68% 0.8% -
XYZ 31.8 47.99 12.44 -
YUV 165.93 70.48 103.8 -
System Red Green Blue C M Y K H S L
Decimal 132 203 64 0.35 0 0.68 0.20 90.65 0.57 0.52
Hex 84 CB 40 23 0 44 14 5B 39 34
Octal 204 313 100 43 0 104 24 133 71 64
Binary 10000100 11001011 1000000 100011 0 1000100 10100 1011011 111001 110100

Color Harmonies of #84CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CB40

Black with #84CB40

Text Example


Text Example

White with #84CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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