Html Css Color HEX #94DC49 Atlantis

📋 copy color: '#94DC49'

red 148 ◦ green 220 ◦ blue 73

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

Shades of Atlantis #94DC49

Tints of Atlantis #94DC49

RGB

 RED value IS 148 (58.2% from 255) = 33.56%

 GREEN value IS 220 (86.33% from 255) = 49.89%

 BLUE value IS 73 (28.91% from 255) = 16.55%

R = 33.56%
G = 49.89%
B = 16.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#94DC49 (or 0x94DC49) is known color: Atlantis. HEX triplet: 94, DC and 49. RGB value is (148,220,73). Sum of RGB (Red+Green+Blue) = 148+220+73=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DC49 is #6B23B6. Grayscale: #B6B6B6. Windows color (decimal): -7021495 or 4840596. OLE color: 4840596.

HSL color Cylindrical-coordinate representation of color #94DC49: hue angle of 89.39º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94DC49 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 73 -
CMYK 0.33 0 0.67 0.14
HSL 89.39º 0.68% 0.57% -
HSV(B) 89.39º 0.67% 0.86% -
XYZ 39.01 57.96 15.44 -
YUV 181.71 66.65 103.95 -
System Red Green Blue C M Y K H S L
Decimal 148 220 73 0.33 0 0.67 0.14 89.39 0.68 0.57
Hex 94 DC 49 21 0 43 E 59 44 39
Octal 224 334 111 41 0 103 16 131 104 71
Binary 10010100 11011100 1001001 100001 0 1000011 1110 1011001 1000100 111001

Color Harmonies of #94DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC49

Black with #94DC49

Text Example


Text Example

White with #94DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94DC49; }

 p { color: rgb(148,220,73); }

 H1.HeaderClassName
 {
   color: #94DC49;
 }
 .AnyTagClassName
 {
   color: #94DC49;
 }
</style>

background-color css

<style>
 a { background-color: #94DC49; }

 a { background-color: rgb(148,220,73); }

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

border-color css

<style>
 span { border-color: #94DC49; }

 span { border-color: rgb(148,220,73); }

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