#94CD41

Color #94CD41 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94CD41

Tints of Atlantis #94CD41

Color information

#94CD41 (or 0x94CD41) is unknown color: approx Atlantis. HEX triplet: 94, CD and 41. RGB value is (148,205,65). Sum of RGB (Red+Green+Blue) = 148+205+65=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 65 (25.78% from 255 or 15.55% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CD41 is #6B32BE. Grayscale: #ACACAC. Windows color (decimal): -7025343 or 4312468. OLE color: 4312468.

HSL color Cylindrical-coordinate representation of color #94CD41: hue angle of 84.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94CD41 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB14820565-
CMYK0.2800.680.20
HSL84.43º58.33%52.94%-
HSV(B)84.43º68.29%80.39%-
XYZ3550.3412.87-
YUV17267.62110.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 205 (80.47% from 255) = 49.04%
BLUE value IS 65 (25.78% from 255) = 15.55%
R=35.41%
G=49.04%
B=15.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148205650.2800.680.2084.4358.3352.94
Hex94CD411C04414543a35
Octal224315101340104241247265
Binary100101001100110110000011110001000100101001010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94CD41;
 }
 .AnyTagClassName
 {
   color: #94CD41;
 }
</style>
background-color css

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

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

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

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

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

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