Html Css Color HEX #94DB49 Atlantis

📋 copy color: '#94DB49'

red 148 ◦ green 219 ◦ blue 73

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

Shades of Atlantis #94DB49

Tints of Atlantis #94DB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.77%

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

R = 33.64%
G = 49.77%
B = 16.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#94DB49 (or 0x94DB49) is known color: Atlantis. HEX triplet: 94, DB and 49. RGB value is (148,219,73). Sum of RGB (Red+Green+Blue) = 148+219+73=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DB49 is #6B24B6. Grayscale: #B5B5B5. Windows color (decimal): -7021751 or 4840340. OLE color: 4840340.

HSL color Cylindrical-coordinate representation of color #94DB49: hue angle of 89.18º degrees, saturation: 0.67, 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 #94DB49 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 219 73 -
CMYK 0.32 0 0.67 0.14
HSL 89.18º 0.67% 0.57% -
HSV(B) 89.18º 0.67% 0.86% -
XYZ 38.75 57.44 15.35 -
YUV 181.13 66.98 104.37 -
System Red Green Blue C M Y K H S L
Decimal 148 219 73 0.32 0 0.67 0.14 89.18 0.67 0.57
Hex 94 DB 49 20 0 43 E 59 43 39
Octal 224 333 111 40 0 103 16 131 103 71
Binary 10010100 11011011 1001001 100000 0 1000011 1110 1011001 1000011 111001

Color Harmonies of #94DB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DB49

Black with #94DB49

Text Example


Text Example

White with #94DB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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