Html Css Color HEX #94EF49 Atlantis

📋 copy color: '#94EF49'

red 148 ◦ green 239 ◦ blue 73

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

Shades of Atlantis #94EF49

Tints of Atlantis #94EF49

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.96%

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

R = 32.17%
G = 51.96%
B = 15.87%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#94EF49 (or 0x94EF49) is known color: Atlantis. HEX triplet: 94, EF and 49. RGB value is (148,239,73). Sum of RGB (Red+Green+Blue) = 148+239+73=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EF49 is #6B10B6. Grayscale: #C1C1C1. Windows color (decimal): -7016631 or 4845460. OLE color: 4845460.

HSL color Cylindrical-coordinate representation of color #94EF49: hue angle of 92.89º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94EF49 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 73 -
CMYK 0.38 0 0.69 0.06
HSL 92.89º 0.84% 0.61% -
HSV(B) 92.89º 0.69% 0.94% -
XYZ 44.28 68.51 17.19 -
YUV 192.87 60.35 96 -
System Red Green Blue C M Y K H S L
Decimal 148 239 73 0.38 0 0.69 0.06 92.89 0.84 0.61
Hex 94 EF 49 26 0 45 6 5D 54 3D
Octal 224 357 111 46 0 105 6 135 124 75
Binary 10010100 11101111 1001001 100110 0 1000101 110 1011101 1010100 111101

Color Harmonies of #94EF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EF49

Black with #94EF49

Text Example


Text Example

White with #94EF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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