#94DF3F

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

Shades of Atlantis #94DF3F

Tints of Atlantis #94DF3F

Color information

#94DF3F (or 0x94DF3F) is unknown color: approx Atlantis. HEX triplet: 94, DF and 3F. RGB value is (148,223,63). Sum of RGB (Red+Green+Blue) = 148+223+63=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94DF3F is #6B20C0. Grayscale: #B6B6B6. Windows color (decimal): -7020737 or 4186004. OLE color: 4186004.

HSL color Cylindrical-coordinate representation of color #94DF3F: hue angle of 88.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94DF3F is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB14822363-
CMYK0.3400.720.13
HSL88.12º71.43%56.08%-
HSV(B)88.12º71.75%87.45%-
XYZ39.559.4314.09-
YUV182.3360.65103.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 223 (87.5% from 255) = 51.38%
BLUE value IS 63 (25% from 255) = 14.52%
R=34.10%
G=51.38%
B=14.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148223630.3400.720.1388.1271.4356.08
Hex94DF3F22048D584738
Octal224337774201101513010770
Binary100101001101111111111110001001001000110110110001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,223,63); }

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

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

 a { background-color: rgb(148,223,63); }

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

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

 span { border-color: rgb(148,223,63); }

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