Html Css Color HEX #84CE3C Atlantis

📋 copy color: '#84CE3C'

red 132 ◦ green 206 ◦ blue 60

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

Shades of Atlantis #84CE3C

Tints of Atlantis #84CE3C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.76%

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

R = 33.17%
G = 51.76%
B = 15.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#84CE3C (or 0x84CE3C) is known color: Atlantis. HEX triplet: 84, CE and 3C. RGB value is (132,206,60). Sum of RGB (Red+Green+Blue) = 132+206+60=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 206 (80.86% from 255 or 51.76% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 206 - color contains mainly: green. Hex color #84CE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84CE3C is #7B31C3. Grayscale: #A7A7A7. Windows color (decimal): -8073668 or 3985028. OLE color: 3985028.

HSL color Cylindrical-coordinate representation of color #84CE3C: hue angle of 90.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84CE3C is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 206 60 -
CMYK 0.36 0 0.71 0.19
HSL 90.41º 0.6% 0.52% -
HSV(B) 90.41º 0.71% 0.81% -
XYZ 32.4 49.37 12.1 -
YUV 167.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 132 206 60 0.36 0 0.71 0.19 90.41 0.6 0.52
Hex 84 CE 3C 24 0 47 13 5A 3C 34
Octal 204 316 74 44 0 107 23 132 74 64
Binary 10000100 11001110 111100 100100 0 1000111 10011 1011010 111100 110100

Color Harmonies of #84CE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84CE3C

Black with #84CE3C

Text Example


Text Example

White with #84CE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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