Html Css Color HEX #94DD44 Atlantis

📋 copy color: '#94DD44'

red 148 ◦ green 221 ◦ blue 68

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

Shades of Atlantis #94DD44

Tints of Atlantis #94DD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.57%

 BLUE value IS 68 (26.95% from 255) = 15.56%

R = 33.87%
G = 50.57%
B = 15.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#94DD44 (or 0x94DD44) is known color: Atlantis. HEX triplet: 94, DD and 44. RGB value is (148,221,68). Sum of RGB (Red+Green+Blue) = 148+221+68=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DD44 is #6B22BB. Grayscale: #B6B6B6. Windows color (decimal): -7021244 or 4513172. OLE color: 4513172.

HSL color Cylindrical-coordinate representation of color #94DD44: hue angle of 88.63º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94DD44 is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 148 221 68 -
CMYK 0.33 0 0.69 0.13
HSL 88.63º 0.69% 0.57% -
HSV(B) 88.63º 0.69% 0.87% -
XYZ 39.11 58.43 14.68 -
YUV 181.73 63.82 103.94 -
System Red Green Blue C M Y K H S L
Decimal 148 221 68 0.33 0 0.69 0.13 88.63 0.69 0.57
Hex 94 DD 44 21 0 45 D 59 45 39
Octal 224 335 104 41 0 105 15 131 105 71
Binary 10010100 11011101 1000100 100001 0 1000101 1101 1011001 1000101 111001

Color Harmonies of #94DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DD44

Black with #94DD44

Text Example


Text Example

White with #94DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,221,68); }

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

background-color css

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

 a { background-color: rgb(148,221,68); }

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

border-color css

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

 span { border-color: rgb(148,221,68); }

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