#7FDB3F

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

Shades of Atlantis #7FDB3F

Tints of Atlantis #7FDB3F

Color information

#7FDB3F (or 0x7FDB3F) is unknown color: approx Atlantis. HEX triplet: 7F, DB and 3F. RGB value is (127,219,63). Sum of RGB (Red+Green+Blue) = 127+219+63=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 219 (85.94% from 255 or 53.55% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDB3F is #8024C0. Grayscale: #AEAEAE. Windows color (decimal): -8398017 or 4184959. OLE color: 4184959.

HSL color Cylindrical-coordinate representation of color #7FDB3F: hue angle of 95.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7FDB3F is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB12721963-
CMYK0.4200.710.14
HSL95.38º68.42%55.29%-
HSV(B)95.38º71.23%85.88%-
XYZ34.9855.5313.58-
YUV173.7165.5294.68-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 31.05%
GREEN value IS 219 (85.94% from 255) = 53.55%
BLUE value IS 63 (25% from 255) = 15.40%
R=31.05%
G=53.55%
B=15.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal127219630.4200.710.1495.3868.4255.29
Hex7FDB3F2A047E5f4437
Octal177333775201071613710467
Binary11111111101101111111110101001000111111010111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FDB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,219,63); }

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

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

 a { background-color: rgb(127,219,63); }

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

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

 span { border-color: rgb(127,219,63); }

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