#7FD93B

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

Shades of Atlantis #7FD93B

Tints of Atlantis #7FD93B

Color information

#7FD93B (or 0x7FD93B) is unknown color: approx Atlantis. HEX triplet: 7F, D9 and 3B. RGB value is (127,217,59). Sum of RGB (Red+Green+Blue) = 127+217+59=403 (53% of max value = 765). Red value is 127 (50% from 255 or 31.51% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 59 (23.44% from 255 or 14.64% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD93B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD93B is #8026C4. Grayscale: #ACACAC. Windows color (decimal): -8398533 or 3922303. OLE color: 3922303.

HSL color Cylindrical-coordinate representation of color #7FD93B: hue angle of 94.18º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7FD93B is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB12721759-
CMYK0.4100.730.15
HSL94.18º67.52%54.12%-
HSV(B)94.18º72.81%85.1%-
XYZ34.3554.4512.84-
YUV172.0864.1895.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.51%
GREEN value IS 217 (85.16% from 255) = 53.85%
BLUE value IS 59 (23.44% from 255) = 14.64%
R=31.51%
G=53.85%
B=14.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal127217590.4100.730.1594.1867.5254.12
Hex7FD93B29049F5e4436
Octal177331735101111713610466
Binary11111111101100111101110100101001001111110111101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD93B; }

 p { color: rgb(127,217,59); }

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

<style>
 a { background-color: #7FD93B; }

 a { background-color: rgb(127,217,59); }

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

<style>
 span { border-color: #7FD93B; }

 span { border-color: rgb(127,217,59); }

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