Html Css Color HEX #84C942 Atlantis

📋 copy color: '#84C942'

red 132 ◦ green 201 ◦ blue 66

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

Shades of Atlantis #84C942

Tints of Atlantis #84C942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.38%

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 33.08%
G = 50.38%
B = 16.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#84C942 (or 0x84C942) is known color: Atlantis. HEX triplet: 84, C9 and 42. RGB value is (132,201,66). Sum of RGB (Red+Green+Blue) = 132+201+66=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #84C942 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84C942 is #7B36BD. Grayscale: #A5A5A5. Windows color (decimal): -8074942 or 4376964. OLE color: 4376964.

HSL color Cylindrical-coordinate representation of color #84C942: hue angle of 90.67º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84C942 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 201 66 -
CMYK 0.34 0 0.67 0.21
HSL 90.67º 0.56% 0.52% -
HSV(B) 90.67º 0.67% 0.79% -
XYZ 31.39 47.07 12.59 -
YUV 164.98 72.14 104.48 -
System Red Green Blue C M Y K H S L
Decimal 132 201 66 0.34 0 0.67 0.21 90.67 0.56 0.52
Hex 84 C9 42 22 0 43 15 5B 38 34
Octal 204 311 102 42 0 103 25 133 70 64
Binary 10000100 11001001 1000010 100010 0 1000011 10101 1011011 111000 110100

Color Harmonies of #84C942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C942

Black with #84C942

Text Example


Text Example

White with #84C942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,201,66); }

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

background-color css

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

 a { background-color: rgb(132,201,66); }

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

border-color css

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

 span { border-color: rgb(132,201,66); }

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