Html Css Color HEX #94DC34 Atlantis

📋 copy color: '#94DC34'

red 148 ◦ green 220 ◦ blue 52

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

Shades of Atlantis #94DC34

Tints of Atlantis #94DC34

RGB

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

 GREEN value IS 220 (86.33% from 255) = 52.38%

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 35.24%
G = 52.38%
B = 12.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#94DC34 (or 0x94DC34) is known color: Atlantis. HEX triplet: 94, DC and 34. RGB value is (148,220,52). Sum of RGB (Red+Green+Blue) = 148+220+52=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DC34 is #6B23CB. Grayscale: #B3B3B3. Windows color (decimal): -7021516 or 3464340. OLE color: 3464340.

HSL color Cylindrical-coordinate representation of color #94DC34: hue angle of 85.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94DC34 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 52 -
CMYK 0.33 0 0.76 0.14
HSL 85.71º 0.71% 0.53% -
HSV(B) 85.71º 0.76% 0.86% -
XYZ 38.43 57.73 12.37 -
YUV 179.32 56.15 105.66 -
System Red Green Blue C M Y K H S L
Decimal 148 220 52 0.33 0 0.76 0.14 85.71 0.71 0.53
Hex 94 DC 34 21 0 4C E 56 47 35
Octal 224 334 64 41 0 114 16 126 107 65
Binary 10010100 11011100 110100 100001 0 1001100 1110 1010110 1000111 110101

Color Harmonies of #94DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC34

Black with #94DC34

Text Example


Text Example

White with #94DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,220,52); }

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

background-color css

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

 a { background-color: rgb(148,220,52); }

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

border-color css

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

 span { border-color: rgb(148,220,52); }

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