Html Css Color HEX #94C541 Atlantis

📋 copy color: '#94C541'

red 148 ◦ green 197 ◦ blue 65

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

Shades of Atlantis #94C541

Tints of Atlantis #94C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

 BLUE value IS 65 (25.78% from 255) = 15.85%

R = 36.1%
G = 48.05%
B = 15.85%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#94C541 (or 0x94C541) is known color: Atlantis. HEX triplet: 94, C5 and 41. RGB value is (148,197,65). Sum of RGB (Red+Green+Blue) = 148+197+65=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #94C541 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C541 is #6B3ABE. Grayscale: #A7A7A7. Windows color (decimal): -7027391 or 4310420. OLE color: 4310420.

HSL color Cylindrical-coordinate representation of color #94C541: hue angle of 82.27º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94C541 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 65 -
CMYK 0.25 0 0.67 0.23
HSL 82.27º 0.53% 0.51% -
HSV(B) 82.27º 0.67% 0.77% -
XYZ 33.13 46.61 12.25 -
YUV 167.3 70.27 114.23 -
System Red Green Blue C M Y K H S L
Decimal 148 197 65 0.25 0 0.67 0.23 82.27 0.53 0.51
Hex 94 C5 41 19 0 43 17 52 35 33
Octal 224 305 101 31 0 103 27 122 65 63
Binary 10010100 11000101 1000001 11001 0 1000011 10111 1010010 110101 110011

Color Harmonies of #94C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C541

Black with #94C541

Text Example


Text Example

White with #94C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,65); }

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

background-color css

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

 a { background-color: rgb(148,197,65); }

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

border-color css

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

 span { border-color: rgb(148,197,65); }

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