Html Css Color HEX #94DA40 Atlantis

📋 copy color: '#94DA40'

red 148 ◦ green 218 ◦ blue 64

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

Shades of Atlantis #94DA40

Tints of Atlantis #94DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.7%

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 34.42%
G = 50.7%
B = 14.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#94DA40 (or 0x94DA40) is known color: Atlantis. HEX triplet: 94, DA and 40. RGB value is (148,218,64). Sum of RGB (Red+Green+Blue) = 148+218+64=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 218 (85.55% from 255 or 50.70% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DA40 is #6B25BF. Grayscale: #B4B4B4. Windows color (decimal): -7022016 or 4250260. OLE color: 4250260.

HSL color Cylindrical-coordinate representation of color #94DA40: hue angle of 87.27º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94DA40 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 64 -
CMYK 0.32 0 0.71 0.15
HSL 87.27º 0.68% 0.55% -
HSV(B) 87.27º 0.71% 0.85% -
XYZ 38.21 56.81 13.8 -
YUV 179.51 62.81 105.52 -
System Red Green Blue C M Y K H S L
Decimal 148 218 64 0.32 0 0.71 0.15 87.27 0.68 0.55
Hex 94 DA 40 20 0 47 F 57 44 37
Octal 224 332 100 40 0 107 17 127 104 67
Binary 10010100 11011010 1000000 100000 0 1000111 1111 1010111 1000100 110111

Color Harmonies of #94DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA40

Black with #94DA40

Text Example


Text Example

White with #94DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,218,64); }

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

background-color css

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

 a { background-color: rgb(148,218,64); }

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

border-color css

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

 span { border-color: rgb(148,218,64); }

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