Html Css Color HEX #94D339 Atlantis

📋 copy color: '#94D339'

red 148 ◦ green 211 ◦ blue 57

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

Shades of Atlantis #94D339

Tints of Atlantis #94D339

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.72%

 BLUE value IS 57 (22.66% from 255) = 13.7%

R = 35.58%
G = 50.72%
B = 13.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#94D339 (or 0x94D339) is known color: Atlantis. HEX triplet: 94, D3 and 39. RGB value is (148,211,57). Sum of RGB (Red+Green+Blue) = 148+211+57=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #94D339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D339 is #6B2CC6. Grayscale: #AFAFAF. Windows color (decimal): -7023815 or 3789716. OLE color: 3789716.

HSL color Cylindrical-coordinate representation of color #94D339: hue angle of 84.55º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94D339 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 211 57 -
CMYK 0.30 0 0.73 0.17
HSL 84.55º 0.64% 0.53% -
HSV(B) 84.55º 0.73% 0.83% -
XYZ 36.25 53.18 12.23 -
YUV 174.61 61.63 109.02 -
System Red Green Blue C M Y K H S L
Decimal 148 211 57 0.30 0 0.73 0.17 84.55 0.64 0.53
Hex 94 D3 39 1E 0 49 11 55 40 35
Octal 224 323 71 36 0 111 21 125 100 65
Binary 10010100 11010011 111001 11110 0 1001001 10001 1010101 1000000 110101

Color Harmonies of #94D339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D339

Black with #94D339

Text Example


Text Example

White with #94D339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,211,57); }

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

background-color css

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

 a { background-color: rgb(148,211,57); }

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

border-color css

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

 span { border-color: rgb(148,211,57); }

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